[richfaces-svn-commits] JBoss Rich Faces SVN: r4798 - in branches/3.1.x/ui: listShuttle/src/main/templates/org/richfaces and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 12 15:56:02 EST 2007


Author: sergeyhalipov
Date: 2007-12-12 15:56:02 -0500 (Wed, 12 Dec 2007)
New Revision: 4798

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/templates/org/richfaces/htmlListShuttle.jspx
   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 20:21:13 UTC (rev 4797)
+++ branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss	2007-12-12 20:56:02 UTC (rev 4798)
@@ -5,8 +5,8 @@
 
 <f:verbatim><![CDATA[
 
-.rich-shuttle-­controls {
-	padding : 15px 8px 15px 0px;
+.rich-shuttle-controls {
+	padding : 15px 8px;
 }
 
 .rich-shuttle-list-content {
@@ -20,7 +20,8 @@
 .rich-shuttle-header-tab-cell {
 	padding : 0px 2px;
 	border-style: solid;
-	border-left:0;
+	border-left: 0;
+	border-top: 0;
 	font-weight: normal;
 	background-repeat: repeat-x;
 }
@@ -124,11 +125,11 @@
 }
 
 .rich-shuttle-source-items {
-	margin: 0px 8px 8px;
+	margin: 0px 0px 8px 8px;
 }
 
 .rich-shuttle-target-items {
-	margin: 0px 8px 8px 0px;
+	margin: 0px 0px 8px 0px;
 }
 
 .rich-shuttle-source-row-active, .rich-shuttle-target-row-active {
@@ -143,6 +144,7 @@
 	border-style:solid;
 	border-right: 0;
 	border-left: 0;
+	border-top: 0;
 	white-space: nowrap;
 	padding : 2px;
 	font-weight: normal;
@@ -191,7 +193,6 @@
 		<u:style name="font-family" skin="headerFamilyFont" />
 		<u:style name="font-size" skin="headerSizeFont" />
 		<u:style name="border-width" skin="tableBorderWidth" />
-		<u:style name="border-top-color" skin="subBorderColor" />
 		<u:style name="border-bottom-color" skin="tableBorderColor" />
 	</u:selector>
 	

Modified: branches/3.1.x/ui/listShuttle/src/main/templates/org/richfaces/htmlListShuttle.jspx
===================================================================
--- branches/3.1.x/ui/listShuttle/src/main/templates/org/richfaces/htmlListShuttle.jspx	2007-12-12 20:21:13 UTC (rev 4797)
+++ branches/3.1.x/ui/listShuttle/src/main/templates/org/richfaces/htmlListShuttle.jspx	2007-12-12 20:56:02 UTC (rev 4798)
@@ -28,7 +28,8 @@
 	</h:scripts>
 	
 	<f:clientId var="clientId"/>
-	<table id="#{clientId}" class="rich-list-shuttle #{component.attributes['styleClass']}" 
+	<table id="#{clientId}" class="rich-list-shuttle #{component.attributes['styleClass']}"
+			cellspacing="0" cellpadding="0"
 			x:passThruWithExclusions="id, class, styleClass">
 		<tbody>
 			<vcp:body>

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 20:21:13 UTC (rev 4797)
+++ branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss	2007-12-12 20:56:02 UTC (rev 4798)
@@ -145,13 +145,13 @@
 
 .rich-ordering-list-table-header-cell {
 	background : none top left repeat-x;
-	border-style: solid solid solid none;
+	border-style: none solid solid none;
 	padding : 2px;
 	font-weight: normal;
 }
 
 .rich-ordering-list-table-header-cell-last {
-	border-style: solid solid solid none;
+	border-style: none solid solid none;
 	border-right: 0;
 	white-space: nowrap;
 	font-weight: normal;
@@ -242,7 +242,6 @@
 		<u:style name="font-family" skin="headerFamilyFont" />
 		<u:style name="font-size" skin="headerSizeFont" />
 		<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="tableBorderColor" />
 	</u:selector>




More information about the richfaces-svn-commits mailing list