summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-08-23 11:31:10 +0800
committerJeremy Kerr <jk@ozlabs.org>2008-08-23 11:31:10 +0800
commit04e51503f690626118e8071cd5f8f7afd9ad4cf1 (patch)
tree15ebb92b00bef93cdf8df1827e3ebe171de49606 /htdocs
parentf950fb5ceb3ff2756f3d54c09c7abb9956723fc3 (diff)
downloadpatchwork-04e51503f690626118e8071cd5f8f7afd9ad4cf1.tar.bz2
patchwork-04e51503f690626118e8071cd5f8f7afd9ad4cf1.tar.xz
Use up/down arrows as sorting indicator
.. rather than a red heading, which implies an error. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/css/style.css11
-rw-r--r--htdocs/images/16-arrow-down.pngbin0 -> 354 bytes
-rw-r--r--htdocs/images/16-arrow-up.pngbin0 -> 332 bytes
3 files changed, 6 insertions, 5 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index 3b10edb..3604148 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -124,6 +124,10 @@ table.patchlist th {
padding-left: 6px;
}
+table.patchlist th img {
+ vertical-align: bottom;
+}
+
table.patchlist td {
padding: 2px 6px 2px 6px;
margin: 0px;
@@ -145,14 +149,11 @@ table.patchlist tr.even {
background: #e8e8e8;
}
-a.colactive {
- color: red;
-}
-
-a.colinactive {
+a.colinactive, a.colactive {
color: black;
text-decoration: none;
}
+
a.colinactive:hover {
color: red;
}
diff --git a/htdocs/images/16-arrow-down.png b/htdocs/images/16-arrow-down.png
new file mode 100644
index 0000000..fa0ff7b
--- /dev/null
+++ b/htdocs/images/16-arrow-down.png
Binary files differ
diff --git a/htdocs/images/16-arrow-up.png b/htdocs/images/16-arrow-up.png
new file mode 100644
index 0000000..60c4eb9
--- /dev/null
+++ b/htdocs/images/16-arrow-up.png
Binary files differ