summaryrefslogtreecommitdiffstats
path: root/sitestatic/archweb.css
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-07-09 00:40:17 -0500
committerDan McGee <dan@archlinux.org>2012-07-28 17:52:52 -0500
commit2a221fa72fd8491ca1a0633ba62b6a846267b4fc (patch)
tree5768f0af4e3ca1c55df498ff552c03663862e261 /sitestatic/archweb.css
parent280c53eec5661252b5692fa374292c4d421e3bd8 (diff)
downloadarchweb-36691bc725706fb3982b8051cfae445fd90546bb.tar.gz
archweb-36691bc725706fb3982b8051cfae445fd90546bb.zip
Upgrade to jQuery 1.7.2 and a maintained tablesorterrelease_2012-07-28
This touches a wide variety of files as well as makes updates to some of our own code to be fully compatible. We also use some of the newer locale/accent sorting features of tablesorter to make tables with developer names sort in a more sane fashion. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic/archweb.css')
-rw-r--r--sitestatic/archweb.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css
index 0638d711..be1dde1a 100644
--- a/sitestatic/archweb.css
+++ b/sitestatic/archweb.css
@@ -273,7 +273,7 @@ table.pretty2 {
}
/* additional styles for JS sorting */
- table.pretty2 th.header {
+ table.pretty2 th.tablesorter-header {
padding-right: 20px;
background-image: url(nosort.gif);
background-repeat: no-repeat;
@@ -281,11 +281,11 @@ table.pretty2 {
cursor: pointer;
}
- table.pretty2 th.headerSortDown {
+ table.pretty2 th.tablesorter-headerSortDown {
background-image: url(desc.gif);
}
- table.pretty2 th.headerSortUp {
+ table.pretty2 th.tablesorter-headerSortUp {
background-image: url(asc.gif);
}
@@ -617,7 +617,7 @@ table.results {
}
/* additional styles for JS sorting */
- table.results th.header {
+ table.results th.tablesorter-header {
padding-right: 20px;
background-image: url(nosort.gif);
background-repeat: no-repeat;
@@ -625,12 +625,12 @@ table.results {
cursor: pointer;
}
- table.results th.headerSortDown {
+ table.results th.tablesorter-headerSortDown {
background-color: #e4eeff;
background-image: url(desc.gif);
}
- table.results th.headerSortUp {
+ table.results th.tablesorter-headerSortUp {
background-color: #e4eeff;
background-image: url(asc.gif);
}