[richfaces-svn-commits] JBoss Rich Faces SVN: r4573 - branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Dec 6 15:27:25 EST 2007


Author: vmolotkov
Date: 2007-12-06 15:27:24 -0500 (Thu, 06 Dec 2007)
New Revision: 4573

Modified:
   branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss
Log:
bug: RF-1520

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 19:48:18 UTC (rev 4572)
+++ branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss	2007-12-06 20:27:24 UTC (rev 4573)
@@ -19,6 +19,8 @@
 
 .rich-shuttle-header-tab-cell {
 	padding : 0px 2px;
+	border-style: solid;
+	border-left:0;
 }
 
 .rich-shuttle-internal-tab {
@@ -124,7 +126,9 @@
 }
 
 .rich-shuttle-header-tab-cell-end {
-	border-right : 0px;
+	border-style:solid;
+	border-right: 0;
+	border-left: 0;
 	white-space: nowrap;
 	padding : 2px;
 }
@@ -134,8 +138,8 @@
 	white-space: nowrap;
 }
 
-.rich-shuttle-source-cell-selected, .rich-shuttle-target-cell-selected, .rich-shuttle-source-cell-selected *, .rich-shuttle-target-cell-selected * {
-	padding : 2px 0px;
+.rich-shuttle-source-cell-selected, .rich-shuttle-target-cell-selected {
+	padding : 2px;
 	white-space: nowrap;
 }
 
@@ -165,11 +169,25 @@
 		<u:style name="font-family" skin="headerFamilyFont" />
 		<u:style name="font-size" skin="headerSizeFont" />
 		<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-left-color" skin="panelBorderColor" />
+		<u:style name="border-bottom-color" skin="panelBorderColor" />
+		<u:style name="border-right-color" skin="panelBorderColor" />
 </u:selector>
+
+<u:selector name=".rich-shuttle-header-tab-cell-end">
+		<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="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="panelBorderColor" />
+	</u:selector>
 	
 <u:selector name=".rich-list-shuttle-button">
 	<u:style name="background-image">




More information about the richfaces-svn-commits mailing list