[richfaces-svn-commits] JBoss Rich Faces SVN: r4791 - 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
Wed Dec 12 11:37:17 EST 2007


Author: sergeyhalipov
Date: 2007-12-12 11:37:16 -0500 (Wed, 12 Dec 2007)
New Revision: 4791

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:
Some CSS fixes.

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-12 16:27:33 UTC (rev 4790)
+++ branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss	2007-12-12 16:37:16 UTC (rev 4791)
@@ -35,7 +35,7 @@
 </f:verbatim>
 
 <u:selector name=".rich-shuttle-list">
-	<u:style name="background-color" skin="generalBackgroundColor"/>
+	<u:style name="background-color" skin="tableBackgroundColor"/>
 	<u:style name="border-width" value="0px" />
 	<u:style name="border-style" value="none" />
 </u:selector>
@@ -177,25 +177,15 @@
 	</u:selector>
 
 <u:selector name=".rich-shuttle-header-tab-cell">
-		<u:style name="background-image">
-			<f:resource f:key="org.richfaces.renderkit.html.gradientimages.OrderingListHeaderGradient" />
-		</u:style>
-		<u:style name="background-color" skin="headerBackgroundColor" />
-		<u:style name="color" skin="headerTextColor" />
-		<u:style name="font-family" skin="headerFamilyFont" />
-		<u:style name="font-size" skin="headerSizeFont" />
-		<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:selector>
 
-<u:selector name=".rich-shuttle-header-tab-cell-last">
+<u:selector name=".rich-shuttle-header-tab-cell, .rich-shuttle-header-tab-cell-last">
 		<u:style name="background-image">
 			<f:resource f:key="org.richfaces.renderkit.html.gradientimages.OrderingListHeaderGradient" />
 		</u:style>
 		<u:style name="background-color" skin="trimColor" />
-		<u:style name="color" skin="headerTextColor" />
+		<u:style name="color" skin="generalTextColor" />
 		<u:style name="font-family" skin="headerFamilyFont" />
 		<u:style name="font-size" skin="headerSizeFont" />
 		<u:style name="border-width" skin="tableBorderWidth" />
@@ -247,16 +237,6 @@
 		<u:style name="color" skin="generalTextColor"/>
 	</u:selector>
 
-	<u:selector name=".rich-shuttle-header-tab-cell-last">
-		<u:style name="background-image">
-			<f:resource f:key="org.richfaces.renderkit.html.gradientimages.OrderingListHeaderGradient" />
-		</u:style>
-		<u:style name="background-color" skin="headerBackgroundColor" />
-		<u:style name="color" skin="headerTextColor" />
-		<u:style name="font-family" skin="headerFamilyFont" />
-		<u:style name="font-size" skin="headerSizeFont" />
-	</u:selector>
-	
 	<u:selector name=".rich-shuttle-source-cell-last, .rich-shuttle-target-cell-last">
 		<u:style name="border-right-color" skin="selectControlColor" />
 	</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-12 16:27:33 UTC (rev 4790)
+++ branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss	2007-12-12 16:37:16 UTC (rev 4791)
@@ -229,26 +229,15 @@
 	</u:selector>
 
 	<u:selector name=".rich-ordering-list-table-header-cell">
-		<u:style name="background-image">
-			<f:resource f:key="org.richfaces.renderkit.html.gradientimages.OrderingListHeaderGradient" />
-		</u:style>
-		<u:style name="background-color" skin="trimColor" />
-		<u:style name="color" skin="headerTextColor" />
-		<u:style name="font-family" skin="headerFamilyFont" />
-		<u:style name="font-size" skin="headerSizeFont" />
-		<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-left-color" skin="tableBorderColor" />
 	</u:selector>
 	
-	<u:selector name=".rich-ordering-list-table-header-cell-last">
+	<u:selector name=".rich-ordering-list-table-header-cell, .rich-ordering-list-table-header-cell-last">
 		<u:style name="background-image">
 			<f:resource f:key="org.richfaces.renderkit.html.gradientimages.OrderingListHeaderGradient" />
 		</u:style>
 		<u:style name="background-color" skin="trimColor" />
-		<u:style name="color" skin="headerTextColor" />
+		<u:style name="color" skin="generalTextColor" />
 		<u:style name="font-family" skin="headerFamilyFont" />
 		<u:style name="font-size" skin="headerSizeFont" />
 		<u:style name="border-width" skin="tableBorderWidth" />
@@ -258,12 +247,11 @@
 	</u:selector>
 	
 	<u:selector name=".rich-ordering-list-items">
-		<u:style name="background-color" skin="generalBackgroundColor" />
 		<u:style name="border-color" skin="tableBorderColor" />
 	</u:selector>
 	
 	<u:selector name=".rich-ordering-list-output">
-		<u:style name="background-color" skin="generalBackgroundColor" />
+		<u:style name="background-color" skin="tableBackgroundColor" />
 		<u:style name="border-color" skin="tableBorderColor" />
 	</u:selector>
 	




More information about the richfaces-svn-commits mailing list