mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
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 */
|
/* 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%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user