[richfaces-svn-commits] JBoss Rich Faces SVN: r12094 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/queue/examples.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Jan 5 08:17:49 EST 2009
Author: ilya_shaikovsky
Date: 2009-01-05 08:17:49 -0500 (Mon, 05 Jan 2009)
New Revision: 12094
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/queue/examples/repeater.xhtml
Log:
markup fix. horizontal scroll in FF removed.
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/queue/examples/repeater.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/queue/examples/repeater.xhtml 2009-01-05 11:13:58 UTC (rev 12093)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/queue/examples/repeater.xhtml 2009-01-05 13:17:49 UTC (rev 12094)
@@ -11,7 +11,7 @@
disabled="#{queueBean.disabled}" size="#{queueBean.size}"
sizeExceededBehavior="#{queueBean.sizeExceededBehavior}"
onsubmit="addRequest();" />
- <h:panelGrid columns="1" width="800px">
+ <h:panelGrid columns="1" width="100%">
<rich:panel>
<h:panelGrid columns="2">
<h:outputText value="Type here:" />
More information about the richfaces-svn-commits
mailing list