[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.19,1
From: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.19,1.20 |
Date: |
Wed, 15 Jun 2005 12:55:16 -0700 |
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 {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.19,1.20,
Henri-Damien LAURENT <=