koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-style.css,1.33,1.34
Date: Thu, 09 Dec 2004 11:44:12 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16775/koha-tmpl/intranet-tmpl/default/en/includes

Modified Files:
        common-style.css 
Log Message:
New styles for results list page numbers

Index: common-style.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** common-style.css    9 Dec 2004 17:31:25 -0000       1.33
--- common-style.css    9 Dec 2004 19:44:09 -0000       1.34
***************
*** 222,229 ****
  
  #resultnumber {
!       width:30%;
!       margin-left:35%;
!       margin-right:35%;
  }
  #resultlist {
        width:95%;
--- 222,255 ----
  
  #resultnumber {
!       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%;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]