r112452 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112451‎ | r112452 | r112453 >
Date:22:53, 26 February 2012
Author:kaldari
Status:ok
Tags:
Comment:
updating tooltip placement for new panel heights. it would good to move the tooltip wrapper to somewhere other than after the panel so that it isnt affected by the panel height
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css
@@ -481,7 +481,7 @@
482482 .articleFeedbackv5-tooltip {
483483 position: absolute;
484484 z-index: 15;
485 - top: -450px;
 485+ top: -400px;
486486 right: -105px;
487487 font-size: 12px;
488488 width: 234px;
@@ -943,7 +943,7 @@
944944 }
945945
946946 .articleFeedbackv5-dialog.ui-dialog .articleFeedbackv5-tooltip {
947 - top: -195px;
 947+ top: -170px;
948948 right: -53px;
949949 }
950950
@@ -1004,7 +1004,7 @@
10051005 .articleFeedbackv5-cta-0 .articleFeedbackv5-tooltip,
10061006 .articleFeedbackv5-cta-1 .articleFeedbackv5-tooltip,
10071007 .articleFeedbackv5-cta-2 .articleFeedbackv5-tooltip {
1008 - top: -405px;
 1008+ top: -380px;
10091009 right: -68px;
10101010 }
10111011

Status & tagging log