New styles for results list page numbers
authoroleonard <oleonard>
Thu, 9 Dec 2004 19:44:09 +0000 (19:44 +0000)
committeroleonard <oleonard>
Thu, 9 Dec 2004 19:44:09 +0000 (19:44 +0000)
koha-tmpl/intranet-tmpl/default/en/includes/common-style.css

index 7ce1400..ccc9379 100644 (file)
@@ -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;