[richfaces-svn-commits] JBoss Rich Faces SVN: r4561 - 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
Thu Dec 6 09:45:55 EST 2007


Author: sergeyhalipov
Date: 2007-12-06 09:45:55 -0500 (Thu, 06 Dec 2007)
New Revision: 4561

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:
Small skin fixes and http://jira.jboss.com/jira/browse/RF-1539

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-06 13:41:34 UTC (rev 4560)
+++ branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss	2007-12-06 14:45:55 UTC (rev 4561)
@@ -56,7 +56,7 @@
 
 .rich-list-shuttle-button, .rich-list-shuttle-button-disabled {
 	background : top left repeat-x;
-	padding : 2px 0px;
+	padding : 2px;
 }
 
 .rich-list-shuttle-button {
@@ -175,7 +175,7 @@
 	<u:style name="background-image">
 		<f:resource f:key="org.richfaces.renderkit.html.gradientimages.OrderingListHeaderGradient" />
 	</u:style>
-	<u:style name="background-color" skin="tabBackgroundColor" />
+	<u:style name="background-color" skin="trimColor" />
 	<u:style name="color" skin="generalTextColor"/>
 	<u:style name="font-family" skin="headerFamilyFont"/>
 	<u:style name="font-size" skin="headerSizeFont"/>
@@ -185,7 +185,7 @@
 	<u:style name="background-image">
 		<f:resource f:key="org.richfaces.renderkit.html.gradientimages.OrderingListHeaderGradient" />
 	</u:style>
-	<u:style name="background-color" skin="tabBackgroundColor" />
+	<u:style name="background-color" skin="trimColor" />
 	<u:style name="color" skin="tabDisabledTextColor"/>
 	<u:style name="font-family" skin="headerFamilyFont"/>
 	<u:style name="font-size" skin="headerSizeFont"/>
@@ -195,8 +195,8 @@
 		<u:style name="background-image">
 			<f:resource f:key="org.richfaces.renderkit.html.gradientimages.OrderingListHeaderGradient" />
 		</u:style>
-		<u:style name="background-color" skin="tabBackgroundColor" />
-		<u:style name="border-color" skin="tableBorderColor" />
+		<u:style name="background-color" skin="trimColor" />
+		<u:style name="border-color" skin="selectControlColor" />
 		<u:style name="border-width" skin="tableBorderWidth" />
 		<u:style name="font-family" skin="headerFamilyFont" />
 		<u:style name="font-size" skin="headerSizeFont" />
@@ -207,7 +207,7 @@
 		<u:style name="background-image">
 			<f:resource f:key="org.richfaces.renderkit.html.gradientimages.OrderingListClickedGradient" />
 		</u:style>
-		<u:style name="background-color" skin="generalBackgroundColor" />
+		<u:style name="background-color" skin="additionalBackgroundColor" />
 		<u:style name="border-color" skin="tableBorderColor" />
 		<u:style name="border-width" skin="tableBorderWidth" />
 		<u:style name="font-family" skin="headerFamilyFont" />

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-06 13:41:34 UTC (rev 4560)
+++ branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss	2007-12-06 14:45:55 UTC (rev 4561)
@@ -177,7 +177,7 @@
 	<u:style name="background-image">
 		<f:resource f:key="org.richfaces.renderkit.html.gradientimages.OrderingListHeaderGradient" />
 	</u:style>
-	<u:style name="background-color" skin="tabBackgroundColor" />
+	<u:style name="background-color" skin="trimColor" />
 	<u:style name="color" skin="generalTextColor"/>
 	<u:style name="font-family" skin="headerFamilyFont"/>
 	<u:style name="font-size" skin="headerSizeFont"/>
@@ -187,7 +187,7 @@
 	<u:style name="background-image">
 		<f:resource f:key="org.richfaces.renderkit.html.gradientimages.OrderingListHeaderGradient" />
 	</u:style>
-	<u:style name="background-color" skin="tabBackgroundColor" />
+	<u:style name="background-color" skin="trimColor" />
 	<u:style name="color" skin="tabDisabledTextColor"/>
 	<u:style name="font-family" skin="headerFamilyFont"/>
 	<u:style name="font-size" skin="headerSizeFont"/>
@@ -209,7 +209,7 @@
 		<u:style name="background-image">
 			<f:resource f:key="org.richfaces.renderkit.html.gradientimages.OrderingListClickedGradient" />
 		</u:style>
-		<u:style name="background-color" skin="generalBackgroundColor" />
+		<u:style name="background-color" skin="additionalBackgroundColor" />
 		<u:style name="border-color" skin="tableBorderColor" />
 		<u:style name="border-width" skin="tableBorderWidth" />
 		<u:style name="font-family" skin="headerFamilyFont" />




More information about the richfaces-svn-commits mailing list