[richfaces-svn-commits] JBoss Rich Faces SVN: r4572 - branches/3.1.x/ui/orderingList/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 14:48:19 EST 2007


Author: vmolotkov
Date: 2007-12-06 14:48:18 -0500 (Thu, 06 Dec 2007)
New Revision: 4572

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

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 19:20:08 UTC (rev 4571)
+++ branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss	2007-12-06 19:48:18 UTC (rev 4572)
@@ -102,7 +102,7 @@
 
 .rich-ordering-list-header {
 	overflow: hidden;
-	height: 18px;
+	/*height: 18px;*/
 }
 
 .rich-ordering-list-items {
@@ -137,7 +137,8 @@
 }
 
 .rich-ordering-list-table-header-cell-end {
-	border-right : 0px;
+	border-style:solid;
+	border-right: 0;
 	white-space: nowrap;
 }
 
@@ -242,6 +243,10 @@
 		<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-left-color" skin="panelBorderColor" />
 	</u:selector>
 	
 	<u:selector name=".rich-ordering-list-cell-end">




More information about the richfaces-svn-commits mailing list