monitoring/css: change section title styling
* white on gray * temporarily disabled autosubmit hint
This commit is contained in:
parent
a1c1ca13e9
commit
c857a3de76
|
@ -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 {
|
.object-features {
|
||||||
label {
|
label {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
Loading…
Reference in New Issue