diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2013-11-28 12:03:54 (GMT) |
---|---|---|
committer | Aleksander Machniak <machniak@kolabsys.com> | 2013-11-28 12:03:54 (GMT) |
commit | be12aa582765211c1c679f52eacb7acc654df496 (patch) | |
tree | 65bc6edbb6d5811c892d0619ac7dcaa0a5606f9e | |
parent | 7048e00350a7e263ff64709e29e8a61b29646aaa (diff) | |
download | roundcubemail-plugins-kolab-be12aa582765211c1c679f52eacb7acc654df496.tar.gz |
Fix css issue on folders list (Bug #2618)
-rw-r--r-- | plugins/kolab_files/skins/larry/style.css | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/plugins/kolab_files/skins/larry/style.css b/plugins/kolab_files/skins/larry/style.css index c79739a..e5f56b4 100644 --- a/plugins/kolab_files/skins/larry/style.css +++ b/plugins/kolab_files/skins/larry/style.css @@ -107,13 +107,8 @@ #files-folder-list ul li span.name { background: url(../../../../skins/larry/images/listicons.png) 6px 3px no-repeat; - padding: 5px 8px 0 32px; - text-overflow: ellipsis; - white-space: nowrap; - display: inline-block; - height: 17px; - width: auto; - overflow: hidden; + padding: 6px 8px 6px 32px; + line-height: 25px; color: #376572; } |