Branch 'roundcubemail-plugins-kolab-3.1' - plugins/kolab_files

Aleksander Machniak machniak at kolabsys.com
Thu Nov 28 13:05:37 CET 2013


 plugins/kolab_files/skins/larry/style.css |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

New commits:
commit 5104a3176bd8e92489819513eb62564e693e78bf
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Thu Nov 28 13:03:54 2013 +0100

    Fix css issue on folders list (Bug #2618)

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;
 }
 




More information about the commits mailing list