From f98137f3a8484b7be77b6038a231b530123a3650 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 1 Aug 2013 09:19:53 +0200 Subject: [PATCH] Small css fix - modified height of folder records --- plugins/kolab_files/skins/larry/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kolab_files/skins/larry/style.css b/plugins/kolab_files/skins/larry/style.css index e94dd93b..c79739ad 100644 --- a/plugins/kolab_files/skins/larry/style.css +++ b/plugins/kolab_files/skins/larry/style.css @@ -107,7 +107,7 @@ #files-folder-list ul li span.name { background: url(../../../../skins/larry/images/listicons.png) 6px 3px no-repeat; - padding: 6px 8px 2px 32px; + padding: 5px 8px 0 32px; text-overflow: ellipsis; white-space: nowrap; display: inline-block;