浏览代码

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 {