Skip to content

Commit

Permalink
monitoring/CSS: Re-add .state-badges style
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 29, 2015
1 parent e9586a9 commit 646d793
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion modules/monitoring/public/css/module.less
@@ -1,5 +1,18 @@
/*! 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 */

.boxview a {
Expand All @@ -9,7 +22,7 @@
.boxview > div.box {
text-align: center;
vertical-align: top;
display: inline-block;
display: inline-block;
padding: 20px;
margin: 0.5em;
}
Expand Down

0 comments on commit 646d793

Please sign in to comment.