r109978 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109977‎ | r109978 | r109979 >
Date:01:21, 25 January 2012
Author:yonishostak
Status:ok
Tags:aft 
Comment:
AFTv5: styles for proper implementation of the sorting arrow
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
@@ -299,3 +299,21 @@
300300 font-weight: bold;
301301 color: #0645AD;
302302 }
 303+.sort-active {
 304+ width: 11px;
 305+ height: 1em;
 306+}
 307+.ascending {
 308+ /* @embed */
 309+ background-image: url(images/sort-ascending.png);
 310+ background-position: center center;
 311+ background-repeat: no-repeat;
 312+ background-size: 11px 7px;
 313+}
 314+.descending {
 315+ /* @embed */
 316+ background-image: url(images/sort-descending.png);
 317+ background-position: center center;
 318+ background-repeat: no-repeat;
 319+ background-size: 11px 7px;
 320+}

Status & tagging log