From 311df0b6ba40b818eb4de046f688bd02e0637560 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 19 Aug 2007 09:05:35 +0000 Subject: fixed slight glitch introduced into the paging stuff --- themes/classic/templates/default.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'themes') diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 67dc63ae..c9c5024a 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -502,21 +502,23 @@ h3#content_title span { table.list-header { margin:3px; } -span.list-header { +div.list-header { cursor:pointer; text-decoration: none; font-size: 0.8em; - padding:0px 4px 0px 4px; + padding:2px 4px 0px 4px; border: 1px solid #000; + display:inline; } -span.list-header-selected { +div.list-header-selected { text-decoration: none; font-size: 0.8em; - padding:0px 4px 0px 4px; + padding:2px 4px 0px 4px; border: 1px solid #000; background: #e0e0e0; + display:inline; } -span.list-header:hover { +div.list-header:hover { background: #d0d0d0; } -- cgit