From 928c77d36802b63c3b35abcf41d443b4692d5a92 Mon Sep 17 00:00:00 2001 From: oleonard Date: Thu, 9 Dec 2004 19:44:09 +0000 Subject: [PATCH] New styles for results list page numbers --- .../default/en/includes/common-style.css | 32 +++++++++++++++++-- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css b/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css index 7ce14004f0..ccc9379df7 100644 --- a/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css +++ b/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css @@ -221,10 +221,36 @@ h3 { } #resultnumber { - width:30%; - margin-left:35%; - margin-right:35%; + margin-top : 5px; + text-align : center; } + +a.resultnumber { + margin-bottom : 5px; + padding : 2px 4px; + background-color : White; + border : 1px solid #339900; + font-weight : bold; +} + +#resultnumber .highlight { + margin-bottom : 5px; + padding : 2px 4px; + background-color : #EEEEEE; + border : 1px solid Black; + font-weight : bold; +} + +a.resultnumber:hover { + background-color : #ffffcc; +} + +.resultcount { + border-top : 1px solid white; + font-weight : bold; + padding : 3px; +} + #resultlist { width:95%; margin : auto; -- 2.39.2