r109846 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109845‎ | r109846 | r109847 >
Date:19:14, 23 January 2012
Author:seanheavey
Status:ok
Tags:aft 
Comment:
fixed height issue with tools tabs
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.css (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.css
@@ -31,10 +31,10 @@
3232 #articleFeedbackv5-percent-found-wrap .stat-marker {
3333 display: inline-block;
3434 color: #fff;
35 - -webkit-border-radius: 5px;
36 - -moz-border-radius: 5px;
37 - -ms-border-radius: 5px;
38 - border-radius: 5px;
 35+ -webkit-border-radius: 3px;
 36+ -moz-border-radius: 3px;
 37+ -ms-border-radius: 3px;
 38+ border-radius: 3px;
3939 padding: 0 5px 0 30px;
4040 text-align: center;
4141 }
@@ -118,8 +118,8 @@
119119 position: absolute;
120120 z-index: 150;
121121 width: 140px;
122 - height: 40px;
123 - line-height: 40px;s
 122+ height: 20px;
 123+ line-height: 20px;
124124 margin: 0;
125125 cursor: pointer;
126126 }
@@ -241,10 +241,10 @@
242242 margin: 0 5px 0 0;
243243 position: relative;
244244 top: 8px;
245 - -webkit-border-radius: 5px;
246 - -moz-border-radius: 5px;
247 - -ms-border-radius: 5px;
248 - border-radius: 5px;
 245+ -webkit-border-radius: 3px;
 246+ -moz-border-radius: 3px;
 247+ -ms-border-radius: 3px;
 248+ border-radius: 3px;
249249 }
250250 .articleFeedbackv5-feedback h3.positive .icon {
251251 background: #2f8035 url(images/bg_emoticon_positive.png) no-repeat center center;

Status & tagging log