[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-style.css,1.33,1.34

Owen Leonard oleonard at users.sourceforge.net
Thu Dec 9 20:44:12 CET 2004


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%;





More information about the Koha-cvs mailing list