ソースを参照

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

Garrick van Buren 12 年 前
コミット
a7d401575e
1 ファイル変更4 行追加1 行削除
  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 {