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

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, .hosts-summary,
.services-summary { .services-summary {
.v-center(); .v-center();