2006/unicorn/WebContent/style base_ucn.css,1.11,1.12

Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv19144/WebContent/style

Modified Files:
	base_ucn.css 
Log Message:
added messages display on result page

Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- base_ucn.css	1 Sep 2009 13:38:26 -0000	1.11
+++ base_ucn.css	1 Sep 2009 16:07:29 -0000	1.12
@@ -308,7 +308,7 @@
 	margin:1.1em 2.2em;
 }
 #messages .error, #messages .warning, #messages .info {
-	padding:0.8em;
+	padding:0.7em;
 	border:2px solid;
 	margin:0.6em 0;
 }
@@ -328,17 +328,17 @@
 	background:#e3edfa;
 }
 #messages .error h4, #messages .warning h4, #messages .info h4 {
-	line-height:18px;
-	padding-left:22px;
+	line-height:22px;
+	padding-left:30px;
 }
 #messages .error h4 {
-	background:url(../images/icone_error.png) no-repeat scroll left top;
+	background:url(../images/icone_error_b.png) no-repeat scroll left top;
 }
 #messages .warning h4 {
-	background:url(../images/icone_warning.png) no-repeat scroll left top;
+	background:url(../images/icone_warning_b.png) no-repeat scroll left top;
 }
 #messages .info h4 {
-	background:url(../images/icone_info.png) no-repeat scroll left top;
+	background:url(../images/icone_info_b.png) no-repeat scroll left top;
 }
 #messages .error pre {
 	padding-top:0.6em;

Received on Tuesday, 1 September 2009 16:07:42 UTC