[richfaces-svn-commits] JBoss Rich Faces SVN: r4619 - 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
Fri Dec 7 15:29:47 EST 2007


Author: sergeyhalipov
Date: 2007-12-07 15:29:46 -0500 (Fri, 07 Dec 2007)
New Revision: 4619

Modified:
   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/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-07 20:03:29 UTC (rev 4618)
+++ branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss	2007-12-07 20:29:46 UTC (rev 4619)
@@ -81,6 +81,10 @@
 	vertical-align: middle;
 }
 
+a.rich-ordering-list-button-selection:visited {
+	color: inherit;
+}
+
 .rich-ordering-list-caption {
 	text-align: left;
 	height: 8px;
@@ -146,10 +150,12 @@
 .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 {
@@ -158,14 +164,14 @@
 }
 
 .rich-ordering-list-cell-selected {
-	padding : 2px;
+	padding : 1px 2px;
 	white-space: nowrap;
 	border-top: 1px solid;
 	border-bottom: 1px solid;
 }
 
 .rich-ordering-list-cell-active {
-	padding: 1px 2px 1px 2px;
+	padding: 1px 2px;
 	white-space: nowrap;
 	border-top: 1px solid;
 	border-bottom: 1px solid;




More information about the richfaces-svn-commits mailing list