From b83ec009e751260b8e42b0da1afa16115a499a1f Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sun, 2 Oct 2011 16:06:19 +0000 Subject: [PATCH] Follow up to r98665. Forgot to add the new css file. --- resources/jquery/jquery.tablesorter.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 resources/jquery/jquery.tablesorter.css diff --git a/resources/jquery/jquery.tablesorter.css b/resources/jquery/jquery.tablesorter.css new file mode 100644 index 0000000000..42f360c372 --- /dev/null +++ b/resources/jquery/jquery.tablesorter.css @@ -0,0 +1,14 @@ +/* Table Sorting */ +table.jquery-tablesorter th.headerSort { + background-image: url(images/sort_both.gif); + cursor: pointer; + background-repeat: no-repeat; + background-position: center right; + padding-right: 21px; +} +table.jquery-tablesorter th.headerSortUp { + background-image: url(images/sort_up.gif); +} +table.jquery-tablesorter th.headerSortDown { + background-image: url(images/sort_down.gif); +} -- 2.20.1