mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
parent
5075ccdf38
commit
880b1eb21a
@ -173,19 +173,15 @@ form.instance-features span.description, form.object-features span.description {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
table.avp form.object-features div.header h4,
|
table.avp form.object-features div.header h4 {
|
||||||
table.avp h4.customvar {
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.avp .customvar ul,
|
table.avp .customvar ul {
|
||||||
table.avp .customvar ul li {
|
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-top: -0.5em;
|
|
||||||
margin-bottom: -0.5em;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-left: 0.5em;
|
padding-left: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.selection-info {
|
div.selection-info {
|
||||||
@ -219,3 +215,10 @@ hr.command-separator {
|
|||||||
border: none;
|
border: none;
|
||||||
border-bottom: 2px solid @colorPetrol;
|
border-bottom: 2px solid @colorPetrol;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.backend-not-running {
|
||||||
|
background: @colorCritical;
|
||||||
|
color: white;
|
||||||
|
text-align: center;
|
||||||
|
padding: 0.1em;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user