[richfaces-svn-commits] JBoss Rich Faces SVN: r4723 - in branches/3.1.x/ui: orderingList/src/main/resources/org/richfaces/renderkit/html/css and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Dec 11 11:42:26 EST 2007


Author: sergeyhalipov
Date: 2007-12-11 11:42:26 -0500 (Tue, 11 Dec 2007)
New Revision: 4723

Modified:
   branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss
   branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss
Log:
http://jira.jboss.com/jira/browse/RF-1601

Modified: branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss
===================================================================
--- branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss	2007-12-11 16:23:01 UTC (rev 4722)
+++ branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss	2007-12-11 16:42:26 UTC (rev 4723)
@@ -306,7 +306,7 @@
 	</u:selector>
 	
 	<u:selector name=".rich-shuttle-source-row-selected, .rich-shuttle-target-row-selected">
-		<u:style name="background-color" skin="headerGradientColor" />
+		<u:style name="background-color" skin="additionalBackgroundColor" />
 	</u:selector>
 }
 

Modified: branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss
===================================================================
--- branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss	2007-12-11 16:23:01 UTC (rev 4722)
+++ branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss	2007-12-11 16:42:26 UTC (rev 4723)
@@ -145,12 +145,12 @@
 
 .rich-ordering-list-table-header-cell {
 	background : none top left repeat-x;
-	border-style: solid;
+	border-style: solid solid solid none;
 	padding : 2px;
 }
 
 .rich-ordering-list-table-header-cell-last {
-	border-style:solid;
+	border-style: solid solid solid none;
 	border-right: 0;
 	white-space: nowrap;
 }
@@ -237,8 +237,8 @@
 		<u:style name="font-weight" skin="headerWeightFont" />
 		<u:style name="border-width" skin="tableBorderWidth" />
 		<u:style name="border-top-color" skin="subBorderColor" />
-		<u:style name="border-bottom-color" skin="tableBorderColor" />
-		<u:style name="border-right-color" skin="tableBorderColor" />
+		<u:style name="border-bottom-color" skin="panelBorderColor" />
+		<u:style name="border-right-color" skin="panelBorderColor" />
 		<u:style name="border-left-color" skin="panelBorderColor" />
 	</u:selector>
 	
@@ -253,7 +253,7 @@
 		<u:style name="font-weight" skin="headerWeightFont" />
 		<u:style name="border-width" skin="tableBorderWidth" />
 		<u:style name="border-top-color" skin="subBorderColor" />
-		<u:style name="border-bottom-color" skin="tableBorderColor" />
+		<u:style name="border-bottom-color" skin="panelBorderColor" />
 		<u:style name="border-left-color" skin="panelBorderColor" />
 	</u:selector>
 	
@@ -264,7 +264,7 @@
 	
 	<u:selector name=".rich-ordering-list-output">
 		<u:style name="background-color" skin="generalBackgroundColor" />
-		<u:style name="border-color" skin="tableBorderColor" />
+		<u:style name="border-color" skin="panelBorderColor" />
 	</u:selector>
 	
 	<u:selector name=".rich-ordering-list-cell, .rich-ordering-list-cell *">




More information about the richfaces-svn-commits mailing list