Unify icon styles, default size definition for all icons

This commit is contained in:
Thomas Gelf 2014-03-25 08:24:50 +00:00
parent 842c29e0d0
commit 999e83d433
4 changed files with 9 additions and 9 deletions

View File

@ -15,6 +15,13 @@ a {
color: #39a; color: #39a;
} }
img.icon {
width: 16px;
height: 16px;
vertical-align: middle;
border: none;
}
/** Notifications **/ /** Notifications **/
#notifications { #notifications {

View File

@ -86,12 +86,10 @@
text-decoration: none; text-decoration: none;
} }
#menu > ul > li img { #menu img.icon {
margin-right: 0.5em;
width: 1em; width: 1em;
height: 1em; height: 1em;
border: none;
margin-bottom: -0.125em;
margin-right: 0.5em;
} }
#menu ul ul li a { #menu ul ul li a {

View File

@ -95,8 +95,6 @@ table.action td.timesince {
/* State row behaviour */ /* State row behaviour */
tr.state img.icon { tr.state img.icon {
height: 16px;
width: 16px;
margin-right: 2px; margin-right: 2px;
} }

View File

@ -99,10 +99,7 @@ li.dropdown:hover ul.dropdown-menu, li.dropdown.hover ul.dropdown-menu {
} }
ul.tabs img.icon { ul.tabs img.icon {
height: 16px;
margin-right: 4px; margin-right: 4px;
margin-top: -4px; margin-top: -4px;
vertical-align: middle;
width: 16px;
} }