Unify icon styles, default size definition for all icons
This commit is contained in:
parent
842c29e0d0
commit
999e83d433
|
@ -15,6 +15,13 @@ a {
|
||||||
color: #39a;
|
color: #39a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.icon {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
vertical-align: middle;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
/** Notifications **/
|
/** Notifications **/
|
||||||
|
|
||||||
#notifications {
|
#notifications {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue