CSS content-features and margin detail badges
This commit is contained in:
parent
73d8153b59
commit
b8a54caef7
|
@ -12,6 +12,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.v-center {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* Generic box element */
|
||||
|
||||
.boxview a {
|
||||
|
@ -73,9 +77,6 @@
|
|||
border-bottom:1px solid @gray-lighter;
|
||||
}
|
||||
|
||||
div.box.contents.zero {
|
||||
}
|
||||
|
||||
div.box.ok_hosts.state_up {
|
||||
border: 1px solid @gray-lighter;
|
||||
border-left: 15px solid @color-ok;
|
||||
|
@ -330,6 +331,22 @@ div.timeline {
|
|||
|
||||
/* 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 {
|
||||
// width: 100%;
|
||||
|
|
Loading…
Reference in New Issue