[richfaces-svn-commits] JBoss Rich Faces SVN: r4794 - in branches/3.1.x/ui: orderingList/src/main/resources/org/richfaces/renderkit/html/css and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 12 12:41:30 EST 2007


Author: sergeyhalipov
Date: 2007-12-12 12:41:30 -0500 (Wed, 12 Dec 2007)
New Revision: 4794

Modified:
   branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss
   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/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-12 16:55:51 UTC (rev 4793)
+++ branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss	2007-12-12 17:41:30 UTC (rev 4794)
@@ -22,6 +22,7 @@
 	border-style: solid;
 	border-left:0;
 	font-weight: normal;
+	background-repeat: repeat-x;
 }
 
 .rich-shuttle-internal-tab {
@@ -145,6 +146,7 @@
 	white-space: nowrap;
 	padding : 2px;
 	font-weight: normal;
+	background-repeat: repeat-x;
 }
 
 .rich-shuttle-source-cell, .rich-shuttle-target-cell {

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-12 16:55:51 UTC (rev 4793)
+++ branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss	2007-12-12 17:41:30 UTC (rev 4794)
@@ -155,6 +155,7 @@
 	border-right: 0;
 	white-space: nowrap;
 	font-weight: normal;
+	background-repeat: repeat-x;
 }
 
 .rich-ordering-list-cell {




More information about the richfaces-svn-commits mailing list