[richfaces-svn-commits] JBoss Rich Faces SVN: r4483 - 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
Tue Dec 4 21:27:08 EST 2007


Author: nbelaevski
Date: 2007-12-04 21:27:08 -0500 (Tue, 04 Dec 2007)
New Revision: 4483

Modified:
   branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss
Log:
listShuttle & orderingList borders fixed

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-05 02:27:05 UTC (rev 4482)
+++ branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss	2007-12-05 02:27:08 UTC (rev 4483)
@@ -157,8 +157,10 @@
 }
 
 .rich-ordering-list-cell-active {
-	padding : 2px;
+	padding: 1px 2px 1px 2px;
 	white-space: nowrap;
+	border-top: 1px dotted gray;
+	border-bottom: 1px dotted gray;
 } 
 
 .rich-ordering-list-ds {
@@ -275,9 +277,6 @@
 	</u:selector>
 
 	<u:selector name=".rich-ordering-list-cell-active">
-		<u:style name="border-top" value="1px dotted gray" />
-		<u:style name="border-bottom" value="1px dotted gray" />
-
 		<u:style name="font-size" skin="generalSizeFont" />
 		<u:style name="font-family" skin="generalFamilyFont" />
 	</u:selector>




More information about the richfaces-svn-commits mailing list