Skip to content

Commit

Permalink
monitoring/CSS: Increase readability of state labels in tables
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 27, 2015
1 parent a391cee commit dc273aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/monitoring/public/css/module.less
Expand Up @@ -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();
Expand Down

0 comments on commit dc273aa

Please sign in to comment.