r108557 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108556‎ | r108557 | r108558 >
Date:22:52, 10 January 2012
Author:rsterbin
Status:ok
Tags:
Comment:
Bumped down the fixed tab links' z-indexes so they fall below the modal overlay
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/modules/ext.articleFeedbackv5/ext.articleFeedbackv5.css (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/modules/ext.articleFeedbackv5/ext.articleFeedbackv5.css
@@ -54,7 +54,7 @@
5555 text-align: center;
5656 writing-mode: tb-rl;*/
5757 position: absolute;
58 - z-index: 100000;
 58+ z-index: 999;
5959 }
6060 .articleFeedbackv5-fixedtablink:hover {
6161 text-decoration: none;
@@ -84,7 +84,7 @@
8585 padding: 5px 10px;
8686 text-align: center;
8787 position: absolute;
88 - z-index: 100000;
 88+ z-index: 999;
8989 }
9090 .articleFeedbackv5-bottomrighttablink:hover {
9191 text-decoration: none;

Status & tagging log