From 1fdecbd5a45ef631562a11937d870e4c8cf619b0 Mon Sep 17 00:00:00 2001 From: PyroPeter Date: Wed, 16 Feb 2011 18:48:09 +0100 Subject: pkg_search_results: rewrite of pagination * Most of the PHP-code was moved to pkgfuncs.php to keep the template simple. Signed-off-by: PyroPeter Signed-off-by: Lukas Fleischer --- web/html/css/arch.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'web/html/css') diff --git a/web/html/css/arch.css b/web/html/css/arch.css index c3ed3aa..09b2240 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -328,19 +328,19 @@ blockquote.code { text-decoration: none; } -#pages { margin: 5px; } -#pages .page_num { +.page_nav { + margin: 5px 0; +} +.page_nav .page_num { border: 1px solid #ddd; padding: 2px; color: #0771a6; } - -#pages .page_num:hover { +.page_nav .page_num:hover { border: 1px solid #8faecd; color: #333; } - -#pages #page_sel { +.page_nav .page_sel { border: 1px solid #8faecd; padding: 2px; color: #333; -- cgit v1.2.3-54-g00ecf