[richfaces-svn-commits] JBoss Rich Faces SVN: r4679 - 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
Mon Dec 10 18:35:46 EST 2007


Author: nbelaevski
Date: 2007-12-10 18:35:46 -0500 (Mon, 10 Dec 2007)
New Revision: 4679

Modified:
   branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss
Log:
OL & LS: border visual styles updated

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-10 22:38:04 UTC (rev 4678)
+++ branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss	2007-12-10 23:35:46 UTC (rev 4679)
@@ -155,17 +155,6 @@
 	white-space: nowrap;
 }
 
-.rich-ordering-list-cell-end {
-	border-right: 1px solid;
-	white-space: nowrap;
-	padding : 1px 1px 1px 2px !important;
-}
-
-.rich-ordering-list-cell-begin {
-	border-left: 1px solid;
-	padding : 1px 2px 1px 1px !important
-}
-
 .rich-ordering-list-cell {
 	padding : 2px;
 	white-space: nowrap;
@@ -179,8 +168,8 @@
 .rich-ordering-list-cell-active {
 	padding: 1px 2px;
 	white-space: nowrap;
-	border-top: 1px solid;
-	border-bottom: 1px solid;
+	border-top: 1px dotted;
+	border-bottom: 1px dotted;
 } 
 
 .rich-ordering-list-ds {
@@ -268,14 +257,6 @@
 		<u:style name="border-left-color" skin="panelBorderColor" />
 	</u:selector>
 	
-	<u:selector name=".rich-ordering-list-cell-end">
-		<u:style name="border-right-color" skin="selectControlColor" />
-	</u:selector>
-	
-	<u:selector name=".rich-ordering-list-cell-begin">
-		<u:style name="border-left-color" skin="selectControlColor" />
-	</u:selector>
-
 	<u:selector name=".rich-ordering-list-items">
 		<u:style name="background-color" skin="generalBackgroundColor" />
 		<u:style name="border-color" skin="panelBorderColor" />




More information about the richfaces-svn-commits mailing list