Move prefsection style to mediawiki.special.preferences.css
authorumherirrender <umherirrender_de.wp@web.de>
Tue, 8 Sep 2015 15:39:55 +0000 (17:39 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Tue, 8 Sep 2015 15:39:55 +0000 (17:39 +0200)
It is just used there and added by javascript, so it should be in the
same module.

Change-Id: I2b580269d994350b0a733d1e651eb76c73bcd59a

resources/src/mediawiki.legacy/oldshared.css
resources/src/mediawiki.legacy/shared.css
resources/src/mediawiki.special/mediawiki.special.preferences.css

index b0f86e6..66161ed 100644 (file)
@@ -256,14 +256,6 @@ div.htmlform-tip {
        color: #666;
 }
 
-fieldset.prefsection {
-       margin-top: 1em;
-}
-
-fieldset.operaprefsection {
-       margin-left: 15em;
-}
-
 /* emulate center */
 .center {
        width: 100%;
index f55d2a8..75e4f01 100644 (file)
@@ -206,18 +206,6 @@ td.mw-label {
        vertical-align: middle;
 }
 
-.prefsection td.mw-label {
-       width: 20%;
-}
-
-.prefsection table {
-       width: 100%;
-}
-
-.prefsection table.mw-htmlform-matrix {
-       width: auto;
-}
-
 td.mw-submit {
        white-space: nowrap;
 }
index 8fb9a47..9e5efd3 100644 (file)
 .mw-preferences-messagebox {
        display: none;
 }
+
+.prefsection td.mw-label {
+       width: 20%;
+}
+
+.prefsection table {
+       width: 100%;
+}
+
+.prefsection table.mw-htmlform-matrix {
+       width: auto;
+}