[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes i... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Thu Nov 23 12:20:51 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/11/23 11:20:51

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/includes: intranet.css 

Log message:
	2 class added. They are used by catalogue/result.tmpl.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css?cvsroot=koha&only_with_tag=rel_3_0&r1=1.7.2.15&r2=1.7.2.16

Patches:
Index: intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css,v
retrieving revision 1.7.2.15
retrieving revision 1.7.2.16
diff -u -b -r1.7.2.15 -r1.7.2.16
--- intranet.css	15 Nov 2006 16:04:12 -0000	1.7.2.15
+++ intranet.css	23 Nov 2006 11:20:51 -0000	1.7.2.16
@@ -107,6 +107,14 @@
     background-color: #FF0000;
 }
 
+.available {
+    background-color: #000000;
+}
+
+.unavailable {
+    background-color: #FFED3D;
+}
+
 /* style for search terms in catalogsearch */
 .term {
     background-color:yellow;





More information about the Koha-cvs mailing list