diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-05 10:06:26 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-05 10:06:26 +0200 |
commit | 3e5113d053a3dd56c7b05bff02ff00b05e95fcf6 (patch) | |
tree | a134c89056ae282a920be1890a6e7b9fd46ce717 | |
parent | 23e0ef6ed0966376c384ca31f42cef672bbfd7bb (diff) | |
download | nextcloud-server-3e5113d053a3dd56c7b05bff02ff00b05e95fcf6.tar.gz nextcloud-server-3e5113d053a3dd56c7b05bff02ff00b05e95fcf6.zip |
fix fieldset look, fix #8158
-rw-r--r-- | core/css/styles.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 0b92ffffb6a..ed8c84b113c 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; |