r78516 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78515‎ | r78516 | r78517 >
Date:20:55, 16 December 2010
Author:tparscal
Status:deferred
Tags:
Comment:
Removed unused rules. Changed to use float instead of inline-block for ratings.
Modified paths:
  • /trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.css (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.css
@@ -5,11 +5,9 @@
66 .articleFeedback {
77 position: relative;
88 display: inline-block;
9 - /* width: 39em; 1em extra space to resolve rounding errors*/
109 }
1110
1211 .articleFeedback-panel {
13 - /* height: 15em; */
1412 background-color: #f9f9f9;
1513 border: 1px solid #cccccc;
1614 padding-bottom: 1px;
@@ -20,8 +18,6 @@
2119 position: absolute;
2220 top: 0;
2321 left: 0;
24 - /* height: 15em; */
25 - /* width: 38em; */
2622 background-color: #f9f9f9;
2723 border: 1px solid #cccccc;
2824 padding-bottom: 1px;
@@ -37,7 +33,6 @@
3834
3935 .articleFeedback-panel .articleFeedback-buffer {
4036 padding: 0.75em 1em;
41 - /* width: 28em; */
4237 }
4338
4439 .articleFeedback-title {
@@ -144,9 +139,7 @@
145140 }
146141
147142 .articleFeedback-rating {
148 - display: inline-block;
149 - /* width: 50%; */
150 - /* margin-left: -1px; */
 143+ float: left;
151144 width: 11em;
152145 height: 4em;
153146 margin-bottom: 0.5em;

Status & tagging log