specify CSS rule for warning & update fieldsets - fixes #9491

This commit is contained in:
Morris Jobke 2014-07-07 23:33:20 +02:00
parent 45a4751f0e
commit 1494b333c5
1 changed files with 3 additions and 3 deletions

View File

@ -855,11 +855,11 @@ div.crumb:active {
}
/* LEGACY FIX only - do not use fieldsets for settings */
fieldset legend {
top: 20px;
fieldset.warning legend, fieldset.update legend {
top: 18px;
position: relative;
}
fieldset legend + p {
fieldset.warning legend + p, fieldset.update legend + p {
margin-top: 12px;
}