monitoring/CSS: Add state-no-state table column class for history events

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-03 10:41:36 +01:00
parent b3784e1bf5
commit e655036d03
1 changed files with 6 additions and 1 deletions

View File

@ -101,6 +101,11 @@
}
}
// State class for history events
&.state-no-state {
border-left: @border-left-width solid @text-color-light;
}
* {
color: inherit;
}
@ -119,7 +124,7 @@
float: right;
}
// State label in overviews
// State labels in overviews
.state-label {
font-family: @font-family-wide;
font-size: @font-size-small;