diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-12 20:18:51 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-12 20:18:51 -0500 |
commit | 6c5c3355a97d35afb7f1eee284966ad0bf8cee3b (patch) | |
tree | 8c68a1c118209a7d18c60d9c3c6960a6ae051bcf /sitestatic | |
parent | 03558d8b474d91be6cf21310916672ed62e920b7 (diff) | |
parent | 5d9f87c02bd8ad73fdb27600e0afe71284e3082f (diff) |
Merge tag 'release_2012-04-07'
I hate writing tag messages.
Conflicts:
packages/templatetags/package_extras.py
templates/packages/flag.html
templates/packages/flaghelp.html
templates/public/download.html
templates/public/index.html
templates/public/svn.html
Diffstat (limited to 'sitestatic')
-rw-r--r-- | sitestatic/archweb.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index ced1fd2a..9e531674 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -258,6 +258,23 @@ table.pretty2 { border: 1px solid #bbb; } + /* additional styles for JS sorting */ + table.pretty2 th.header { + padding-right: 20px; + background-image: url(nosort.gif); + background-repeat: no-repeat; + background-position: center right; + cursor: pointer; + } + + table.pretty2 th.headerSortDown { + background-image: url(desc.gif); + } + + table.pretty2 th.headerSortUp { + background-image: url(asc.gif); + } + table.pretty2 td { padding: 0.35em; border: 1px dotted #bbb; |