r114333 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114332‎ | r114333 | r114334 >
Date:00:00, 21 March 2012
Author:rsterbin
Status:ok
Tags:
Comment:
Followup to r114328; tipsy apparently dislikes tooltips without a 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
@@ -1142,13 +1142,17 @@
11431143 .articleFeedbackv5-disable-flyover-tip-E .tipsy-inner {
11441144 padding: 0;
11451145 border-color: #888;
1146 - max-width: 40em;
 1146+ max-width: 250px;
11471147 -moz-box-shadow: 2px 2px 1px #999;
11481148 -webkit-box-shadow: 2px 2px 1px #999;
11491149 box-shadow: 2px 2px 1px #999;
11501150 margin-bottom: 5px;
11511151 font-size: 0.9em;
11521152 }
 1153+.articleFeedbackv5-disable-flyover-tip-E .tipsy-inner {
 1154+ margin-left: -40px;
 1155+ margin-top: 5px;
 1156+}
11531157 .articleFeedbackv5-disable-flyover-tip-A .tipsy-arrow,
11541158 .articleFeedbackv5-disable-flyover-tip-E .tipsy-arrow {
11551159 /* @embed */
@@ -1166,6 +1170,7 @@
11671171 }
11681172 .articleFeedbackv5-disable-flyover {
11691173 padding: 15px 20px;
 1174+ height: 120px;
11701175 }
11711176 .articleFeedbackv5-flyover-header {
11721177 -moz-border-radius: 3px 3px 0 0;
@@ -1178,6 +1183,7 @@
11791184 }
11801185 .articleFeedbackv5-flyover-footer {
11811186 width: 100%;
 1187+ margin-top: 12px;
11821188 }
11831189 #articleFeedbackv5-noteflyover-close {
11841190 display: block;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114328Followup to r114271 and r114064:...rsterbin23:08, 20 March 2012

Status & tagging log