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