monitoring/CSS: Add rules for controls

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-01 22:59:49 +02:00
parent 6b897e239d
commit 8a4674c33c
1 changed files with 12 additions and 2 deletions

View File

@ -12,8 +12,18 @@
}
}
.v-center {
margin-top: 10px;
.hosts-summary,
.services-summary {
.v-center();
margin-top: @horizontal-padding;
}
.grid {
.hosts-summary,
.services-summary {
margin: 0;
.pull-left();
}
}
/* Generic box element */