[richfaces-svn-commits] JBoss Rich Faces SVN: r9047 - branches/3.1.x/test-applications/jsp/src/main/webapp/styles.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jun 16 07:25:57 EDT 2008


Author: adubovsky
Date: 2008-06-16 07:25:57 -0400 (Mon, 16 Jun 2008)
New Revision: 9047

Modified:
   branches/3.1.x/test-applications/jsp/src/main/webapp/styles/styles.css
Log:
Add styles for DataOrderedList

Modified: branches/3.1.x/test-applications/jsp/src/main/webapp/styles/styles.css
===================================================================
--- branches/3.1.x/test-applications/jsp/src/main/webapp/styles/styles.css	2008-06-15 17:19:38 UTC (rev 9046)
+++ branches/3.1.x/test-applications/jsp/src/main/webapp/styles/styles.css	2008-06-16 11:25:57 UTC (rev 9047)
@@ -2,6 +2,38 @@
 .dr-stglpanel-marker {
 	float: right;
 }
+
+/* DataOrderedList */
+.rich-orderedlist {
+	background-color: #ebf3fd;
+}
+
+.rich-list-item {
+	
+}
+
+.my-ordered-list-style {
+	font: bold 16px;
+}
+
+.my-ordered-row-style1 {
+	background-color: #9999FF;
+	color: black;
+}
+
+.my-ordered-row-style2 {
+	background-color: #33CCFF;
+	color: black;
+}
+
+.my-ordered-column-style1 {
+	font-style: inherit;
+}
+
+.my-ordered-column-style2 {
+	font-style: italic;
+}
+
 /* Message and messages */
 .rich-message-label {
 	padding: 0px 10px;




More information about the richfaces-svn-commits mailing list