diff --git a/core/css/styles.css b/core/css/styles.css index 0b92ffffb6a1c6d60ac2213431026b69c94ce6ef..ed8c84b113c8aa108fc26cd9666f1091992691b8 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -854,6 +854,16 @@ div.crumb:active { opacity: 0; } +/* LEGACY FIX only - do not use fieldsets for settings */ +fieldset legend { + top: 20px; + position: relative; +} +fieldset legend + p { + margin-top: 12px; +} + + /* for IE10 */ @-ms-viewport { width: device-width;