monitoring/CSS: Increase readability of state labels in tables

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-26 13:42:01 +01:00
parent a391ceeafc
commit dc273aa9a1
1 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,13 @@
}
}
// State labels in tables
.state-label {
font-family: @font-family-wide;
font-size: @font-size-small;
letter-spacing: 1px;
}
.hosts-summary,
.services-summary {
.v-center();