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

Bruno Toumi btoumi at ouestprovence.fr
Fri Oct 13 09:15:18 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Bruno Toumi <btoumi>	06/10/13 07:15:18

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

Log message:
	add class #problem in css for all error message in memberentry template

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.1&r2=1.7.2.2

Patches:
Index: intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -b -r1.7.2.1 -r1.7.2.2
--- intranet.css	26 Sep 2006 13:13:35 -0000	1.7.2.1
+++ intranet.css	13 Oct 2006 07:15:18 -0000	1.7.2.2
@@ -52,6 +52,13 @@
 	background-color : #EEEEEE;
 }
 
+#problem {
+	color: red;
+	background-color:white;
+	font-weight : bold;
+}
+
+
 #admin_stopwords_select UL {
    width: 600px;
 }





More information about the Koha-cvs mailing list