parent
e9586a98e7
commit
646d7932de
|
@ -1,5 +1,18 @@
|
||||||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
|
.state-badges {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
|
||||||
|
> ul > li {
|
||||||
|
padding-right: 5px;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Generic box element */
|
/* Generic box element */
|
||||||
|
|
||||||
.boxview a {
|
.boxview a {
|
||||||
|
|
Loading…
Reference in New Issue