Explorar el Código

added body.action-formedit .row.hide-on-form-edit

Garrick van Buren hace 12 años
padre
commit
a7d401575e
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      assets/stylesheets/foreground.css

+ 4 - 1
assets/stylesheets/foreground.css

@@ -15,9 +15,12 @@ a.label.new { background-color: #d0d0d0; }
 
 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; }
 
+/* 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,
 .htmlform-tip,
 #mw-upload-permitted p {