From ca32f08966f1b51fcb19460f0996bb0c4048e6fe Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 3 Dec 2011 13:29:22 +0100 Subject: Update to MediaWiki 1.18.0 * also update ArchLinux skin to chagnes in MonoBook * Use only css to hide our menu bar when printing --- resources/jquery/jquery.tablesorter.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 resources/jquery/jquery.tablesorter.css (limited to 'resources/jquery/jquery.tablesorter.css') diff --git a/resources/jquery/jquery.tablesorter.css b/resources/jquery/jquery.tablesorter.css new file mode 100644 index 00000000..87719810 --- /dev/null +++ b/resources/jquery/jquery.tablesorter.css @@ -0,0 +1,17 @@ +/* Table Sorting */ +table.jquery-tablesorter th.headerSort { + /* @embed */ + background-image: url(images/sort_both.gif) !important; + cursor: pointer; + background-repeat: no-repeat !important; + background-position: center right !important; + padding-right: 21px !important; +} +table.jquery-tablesorter th.headerSortUp { + /* @embed */ + background-image: url(images/sort_up.gif) !important; +} +table.jquery-tablesorter th.headerSortDown { + /* @embed */ + background-image: url(images/sort_down.gif) !important; +} -- cgit v1.2.3-54-g00ecf