[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.17.2.8,1.17.2.9

Henri-Damien LAURENT hdl at users.sourceforge.net
Tue Jun 28 02:08:23 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	opac.css 
Log Message:
Displaying overdue items  with red color... English version

Index: opac.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v
retrieving revision 1.17.2.8
retrieving revision 1.17.2.9
diff -C2 -r1.17.2.8 -r1.17.2.9
*** opac.css	17 Jun 2005 12:31:44 -0000	1.17.2.8
--- opac.css	28 Jun 2005 00:08:20 -0000	1.17.2.9
***************
*** 276,279 ****
--- 276,290 ----
  /* BLOCS */
  
+ #problem {
+ 	color: white;
+ 	font-weight:bold;
+ 	background-color:red;
+ }
+ .problem {
+ 	color: white;
+ 	font-weight:bold;
+ 	background-color:red;
+ }
+ 
  /* the mainbloc : everything is in mainbloc, except menu */
  #mainbloc {





More information about the Koha-cvs mailing list