PerfData: Alternate design idea in compact and poor layout

This commit is contained in:
Florian Strohmaier 2016-06-06 15:00:12 +02:00
parent e4cfef4626
commit 9959ae0159

View File

@ -546,6 +546,8 @@ form.instance-features span.description, form.object-features span.description {
> tbody > tr > td.label-col span {
display: block;
word-break: break-all;
font-size: 1em;
line-height: 1.667em;
}
> tbody > tr > td.value-col {
@ -558,6 +560,16 @@ form.instance-features span.description, form.object-features span.description {
> tbody > tr > td.value-col span {
font-weight: bold;
color: @text-color;
font-size: 1.5em;
line-height: 1em;
}
> tbody > tr > td.warn-col {
color: @color-warning
}
> tbody > tr > td.crit-col {
color: @color-critical
}
// @ToDo: Icons should be rendered in markup to avoid them