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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Dec 7 12:37:21 EST 2007


Author: nbelaevski
Date: 2007-12-07 12:37:21 -0500 (Fri, 07 Dec 2007)
New Revision: 4598

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/templates/org/richfaces/htmlOrderingList.jspx
Log:
align moved to class

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 17:33:12 UTC (rev 4597)
+++ branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss	2007-12-07 17:37:21 UTC (rev 4598)
@@ -82,6 +82,7 @@
 }
 
 .rich-ordering-list-caption {
+	text-align: left;
 	height: 8px;
 	padding : 3px 3px 3px 8px
 }

Modified: branches/3.1.x/ui/orderingList/src/main/templates/org/richfaces/htmlOrderingList.jspx
===================================================================
--- branches/3.1.x/ui/orderingList/src/main/templates/org/richfaces/htmlOrderingList.jspx	2007-12-07 17:33:12 UTC (rev 4597)
+++ branches/3.1.x/ui/orderingList/src/main/templates/org/richfaces/htmlOrderingList.jspx	2007-12-07 17:37:21 UTC (rev 4598)
@@ -35,7 +35,7 @@
 		<table id="#{clientId}table" cellpadding="0" cellspacing="0" class="rich-ordering-list-body">
 			<tbody>
 				<tr style="#{this:getCaptionDisplay(context, component)}" >
-					<td align="left" colspan="2" class="rich-ordering-list-caption">
+					<td colspan="2" class="rich-ordering-list-caption">
 						<f:call name="encodeCaption"/>
 					</td>
 				</tr>




More information about the richfaces-svn-commits mailing list