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

Henri-Damien LAURENT hdl at users.sourceforge.net
Wed Jun 15 21:55:16 CEST 2005


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

Modified Files:
	opac.css 
Log Message:
Displaying overdues with red font.


Index: opac.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** opac.css	4 May 2005 08:58:30 -0000	1.19
--- opac.css	15 Jun 2005 19:55:14 -0000	1.20
***************
*** 268,271 ****
--- 268,282 ----
  /* 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