Merge "registration: Allow extensions to specify which MW core versions they require"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.preferences.css
index e27e34a..9e5efd3 100644 (file)
        height: 0;
        zoom: 1;
 }
+
+/* When JS is enabled, .mw-preferences-messageboxes are replaced with mw.notifications */
+.mw-preferences-messagebox {
+       display: none;
+}
+
+.prefsection td.mw-label {
+       width: 20%;
+}
+
+.prefsection table {
+       width: 100%;
+}
+
+.prefsection table.mw-htmlform-matrix {
+       width: auto;
+}