r98676 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98675‎ | r98676 | r98677 >
Date:16:06, 2 October 2011
Author:hartman
Status:ok
Tags:
Comment:
Follow up to r98665.

Forgot to add the new css file.
Modified paths:
  • /trunk/phase3/resources/jquery/jquery.tablesorter.css (added) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery/jquery.tablesorter.css
@@ -0,0 +1,14 @@
 2+/* Table Sorting */
 3+table.jquery-tablesorter th.headerSort {
 4+ background-image: url(images/sort_both.gif);
 5+ cursor: pointer;
 6+ background-repeat: no-repeat;
 7+ background-position: center right;
 8+ padding-right: 21px;
 9+}
 10+table.jquery-tablesorter th.headerSortUp {
 11+ background-image: url(images/sort_up.gif);
 12+}
 13+table.jquery-tablesorter th.headerSortDown {
 14+ background-image: url(images/sort_down.gif);
 15+}
Property changes on: trunk/phase3/resources/jquery/jquery.tablesorter.css
___________________________________________________________________
Added: svn:eol-style
116 + native

Follow-up revisions

RevisionCommit summaryAuthorDate
r99091Followup r98676: add @embedcatrope12:51, 6 October 2011
r99093Replace spaces with tabscatrope12:58, 6 October 2011
r990941.18wmf1: MFT r98235, r98411, r98665, r98676, r98678, r98773, r98812, r99082,...catrope13:01, 6 October 2011
r99989REL1_18:...reedy22:24, 16 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98665Add the class jquery-tablesorter to all tables that are made sortable....hartman11:08, 2 October 2011

Status & tagging log