浏览代码

hiding page actions on special pages

Garrick van Buren 12 年之前
父节点
当前提交
94d95372b5
共有 1 个文件被更改,包括 11 次插入3 次删除
  1. 11 3
      assets/stylesheets/foreground.css

+ 11 - 3
assets/stylesheets/foreground.css

@@ -13,6 +13,9 @@ a.label:focus {
 
 a.button.dropdown { float:right;}
 
+/* Hide the page actions button for special pages (cuz there's nothing in it */
+.mw-special-FormEdit a.button.dropdown { display:none; }
+
 td.mw-submit a,
 .htmlform-tip,
 #mw-upload-permitted p {
@@ -280,6 +283,10 @@ input[name="*[* date][second]"] {
   margin-right: 1em;
 }
 
+.inputSpan input.createboxInput {
+  width: 100%;
+}
+
 .inputSpan button,
 .inputSpan .button {
   margin: -4px 0 0 0;
@@ -325,9 +332,10 @@ p.meta {
   margin-bottom: 4px;
 }
 
-textarea { width: 87%;}
-
-label { display: inline;}
+label {
+  display: inline;
+  font-weight: normal;
+}
 
 .mw-input label { font-weight: normal; }