소스 검색

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 {