]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix fieldset look, fix #8158
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Sat, 5 Jul 2014 08:06:26 +0000 (10:06 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Sat, 5 Jul 2014 08:06:26 +0000 (10:06 +0200)
core/css/styles.css

index 0b92ffffb6a1c6d60ac2213431026b69c94ce6ef..ed8c84b113c8aa108fc26cd9666f1091992691b8 100644 (file)
@@ -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;