monitoring/CSS: Increase readability of state labels in tables
refs #5543
This commit is contained in:
parent
a391ceeafc
commit
dc273aa9a1
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue