From 6e82e347a07bf792c1b829cc6f787b948f5e8e23 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 19 Jun 2014 14:52:00 +0200 Subject: [PATCH] Small css fixes --- 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 e75a5bbd..20621e83 100644 --- a/plugins/kolab_files/skins/larry/style.css +++ b/plugins/kolab_files/skins/larry/style.css @@ -161,6 +161,7 @@ .filelist tbody tr td { padding: 2px 7px; height: 18px; + line-height: 18px; } .filelist tr > .size { @@ -243,7 +244,7 @@ .filelist tbody tr td.options:hover span { width: 26px; height: 18px; - background: url(../../../../skins/larry/images/buttons.png) -5px -418px no-repeat; + background: url(../../../../skins/larry/images/buttons.png) -5px -417px no-repeat; display: block; }