monitoring/css: change section title styling

* white on gray
* temporarily disabled autosubmit hint
This commit is contained in:
Thomas Gelf 2015-06-05 10:15:54 +02:00
parent a1c1ca13e9
commit c857a3de76
1 changed files with 14 additions and 0 deletions

View File

@ -218,6 +218,20 @@ table.avp {
}
}
h4 {
font-weight: normal;
color: white;
text-transform: uppercase;
background-color: #aaa;
display: block;
padding: 0.2em 1em 0.2em 1em;
font-size: 0.9em;
}
.autosubmit-warning {
display: none;
}
.object-features {
label {
font-weight: normal;