CSS content-features and margin detail badges

This commit is contained in:
Bernd Erk 2015-10-01 08:55:57 +02:00
parent 73d8153b59
commit b8a54caef7

View File

@ -12,6 +12,10 @@
} }
} }
.v-center {
margin-top: 10px;
}
/* Generic box element */ /* Generic box element */
.boxview a { .boxview a {
@ -73,9 +77,6 @@
border-bottom:1px solid @gray-lighter; border-bottom:1px solid @gray-lighter;
} }
div.box.contents.zero {
}
div.box.ok_hosts.state_up { div.box.ok_hosts.state_up {
border: 1px solid @gray-lighter; border: 1px solid @gray-lighter;
border-left: 15px solid @color-ok; border-left: 15px solid @color-ok;
@ -330,6 +331,22 @@ div.timeline {
/* End of monitoring timeline styles */ /* End of monitoring timeline styles */
/* Object features */
form.instance-features span.description, form.object-features span.description {
text-align: left;
}
form.object-features .control-label-group {
text-align: left;
width: 150px;
}
form.object-features .control-label {
margin-left: 7px;
line-height: 25px;
}
//p.pluginoutput { //p.pluginoutput {
// width: 100%; // width: 100%;