diff options
-rw-r--r-- | core/css/styles.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index ed8c84b113c..40c1622ca26 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -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; } |