From 04e51503f690626118e8071cd5f8f7afd9ad4cf1 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Sat, 23 Aug 2008 11:31:10 +0800 Subject: Use up/down arrows as sorting indicator .. rather than a red heading, which implies an error. Signed-off-by: Jeremy Kerr --- htdocs/css/style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'htdocs/css') 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; } -- cgit v1.2.3