[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes opac.css,1.1.2.4,1.1.2.5

Owen Leonard oleonard at users.sourceforge.net
Tue Jul 12 23:23:23 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8192/koha-tmpl/opac-tmpl/npl/en/includes

Modified Files:
      Tag: rel_2_2
	opac.css 
Log Message:
adding style for th scope="row"

Index: opac.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac.css,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** opac.css	5 Jul 2005 21:25:08 -0000	1.1.2.4
--- opac.css	12 Jul 2005 21:23:21 -0000	1.1.2.5
***************
*** 297,300 ****
--- 297,311 ----
  }
  
+ th[scope="row"] {
+ 	background-color : #E7E7CA;
+ 	font-size : 60%;
+ 	font-weight : normal;
+ 	text-align : right;
+ }
+ 
+ tr.highlight th[scope="row"] {
+ 	background-color : #EFF1DC;
+ }
+ 
  td.input, div.form td, div.details td {
  	border-bottom : 1px solid #E7E7CA;





More information about the Koha-cvs mailing list