浏览代码

Should resolve issue #38.

Moved the notification area so it is below the Page Action button, and
increased the z-index on the page action dropdown so it is even higher
than the z-index of the notification area.
Jamie Thingelstad 11 年之前
父节点
当前提交
8f0d826074
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      assets/stylesheets/foreground.css

+ 9 - 0
assets/stylesheets/foreground.css

@@ -21,6 +21,15 @@ a.button.dropdown { float:right;}
 /* Hide some rows on form-edit (e.g. a thing's title) */
 body.action-formedit .row.hide-on-form-edit { display: none;}
 
+/* Move the MediaWiki notification area so it isn't on top of the Action menu */
+.mw-notification-area {
+  margin-top: 2em;
+}
+/* Also adjust z-index of action menu to force it on top */
+#p-cactions #drop1 {
+  z-index: 100000;
+}
+
 td.mw-submit a,
 .htmlform-tip,
 #mw-upload-permitted p {