From e234847b470d0bca68c82e83ed13ca827de187d5 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 2 Mar 2016 15:08:08 +0100 Subject: [PATCH] This works better for icon positioning. --- kronolith/themes/default/dynamic/screen.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kronolith/themes/default/dynamic/screen.css b/kronolith/themes/default/dynamic/screen.css index 920a868618d..7440fc6d826 100644 --- a/kronolith/themes/default/dynamic/screen.css +++ b/kronolith/themes/default/dynamic/screen.css @@ -295,10 +295,10 @@ ul.horde-tags li:hover { #kronolithEventTabAttendees td, #kronolithEventTabAttendees th, #kronolithEventTabResources td, #kronolithEventTabResources th { border: 1px solid #999; + font-size: 85%; padding: 1px; + height: 18px; width: 18px; - font-size: 85%; - line-height: 140%; } #kronolithEventTabAttendees td:first-child, #kronolithEventTabAttendees th:first-child, #kronolithEventTabResources td:first-child, #kronolithEventTabResources th:first-child { @@ -338,7 +338,7 @@ ul.horde-tags li:hover { #kronolithEventTabResources td.kronolithAttendeeDeclined, #kronolithEventTabAttendees td.kronolithAttendeeTentative, #kronolithEventTabAttendees td.kronolithAttendeeOrganizer { - background-position: 0 -1px; + background-position: 0 0; background-repeat: no-repeat; padding-left: 21px; }