From 3ad14897f0ec765b041a95a60e765d898f1591ac Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 31 Jul 2013 20:01:23 +0200 Subject: [PATCH] Adjust some sizes to properly display the list icons --- plugins/kolab_files/skins/larry/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/kolab_files/skins/larry/style.css b/plugins/kolab_files/skins/larry/style.css index aca658cf..e94dd93b 100644 --- a/plugins/kolab_files/skins/larry/style.css +++ b/plugins/kolab_files/skins/larry/style.css @@ -111,6 +111,7 @@ text-overflow: ellipsis; white-space: nowrap; display: inline-block; + height: 17px; width: auto; overflow: hidden; color: #376572; @@ -249,7 +250,7 @@ .filelist tbody td.filename span { background: url(images/unknown.png) 0 0 no-repeat; - padding: 0 0 0 20px; + padding: 1px 0 3px 20px; height: 16px; }