Author: alexsmirnov
Date: 2011-01-24 19:26:19 -0500 (Mon, 24 Jan 2011)
New Revision: 21188
Added:
trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/error.png
trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/fatal.png
trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/info.png
trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/msg.ecss
trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/warning.png
Log:
CODING IN PROGRESS - issue RF-10064: Finish rich:message HTML design
https://issues.jboss.org/browse/RF-10064
Added:
trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/error.png
===================================================================
(Binary files differ)
Property changes on:
trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/error.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/fatal.png
===================================================================
(Binary files differ)
Property changes on:
trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/fatal.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/info.png
===================================================================
(Binary files differ)
Property changes on:
trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/info.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/msg.ecss
===================================================================
--- trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/msg.ecss
(rev 0)
+++
trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/msg.ecss 2011-01-25
00:26:19 UTC (rev 21188)
@@ -0,0 +1,14 @@
+.rf-msg {
+}
+.rf-msg-err {
+ list-style-image: url(#{resource['org.richfaces:error.png']});
+}
+.rf-msg-ftl {
+ list-style-image: url(#{resource['org.richfaces:error.png']});
+}
+.rf-msg-inf {
+ list-style-image: url(#{resource['org.richfaces:error.png']});
+}
+.rf-msg-ftl {
+ list-style-image: url(#{resource['org.richfaces:error.png']});
+}
\ No newline at end of file
Added:
trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/warning.png
===================================================================
(Binary files differ)
Property changes on:
trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/warning.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream