Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.css |
— | — | @@ -299,3 +299,21 @@ |
300 | 300 | font-weight: bold; |
301 | 301 | color: #0645AD; |
302 | 302 | } |
| 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 | +} |