Add better styling for backend-not-running class

refs #4139
This commit is contained in:
Alexander Fuhr 2015-04-30 16:12:36 +02:00
parent 5075ccdf38
commit 880b1eb21a
1 changed files with 10 additions and 7 deletions

View File

@ -173,19 +173,15 @@ form.instance-features span.description, form.object-features span.description {
}
}
table.avp form.object-features div.header h4,
table.avp h4.customvar {
table.avp form.object-features div.header h4 {
margin: 0;
}
table.avp .customvar ul,
table.avp .customvar ul li {
table.avp .customvar ul {
list-style-type: none;
margin: 0;
margin-top: -0.5em;
margin-bottom: -0.5em;
padding: 0;
padding-left: 0.5em;
padding-left: 1.5em;
}
div.selection-info {
@ -219,3 +215,10 @@ hr.command-separator {
border: none;
border-bottom: 2px solid @colorPetrol;
}
div.backend-not-running {
background: @colorCritical;
color: white;
text-align: center;
padding: 0.1em;
}