Skip to content

Commit

Permalink
This works better for icon positioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 4, 2016
1 parent e743985 commit e234847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kronolith/themes/default/dynamic/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit e234847

Please sign in to comment.