|
@@ -15,9 +15,12 @@ a.label.new { background-color: #d0d0d0; }
|
|
|
|
|
|
a.button.dropdown { float:right;}
|
|
a.button.dropdown { float:right;}
|
|
|
|
|
|
-/* Hide the page actions button for special pages (cuz there's nothing in it */
|
|
|
|
|
|
+/* Hide the page actions button for special pages (cuz there's nothing in it) */
|
|
.mw-special-FormEdit a.button.dropdown { display:none; }
|
|
.mw-special-FormEdit a.button.dropdown { display:none; }
|
|
|
|
|
|
|
|
+/* Hide some rows on form-edit (e.g. a thing's title) */
|
|
|
|
+body.action-formedit .row.hide-on-form-edit { display: none;}
|
|
|
|
+
|
|
td.mw-submit a,
|
|
td.mw-submit a,
|
|
.htmlform-tip,
|
|
.htmlform-tip,
|
|
#mw-upload-permitted p {
|
|
#mw-upload-permitted p {
|