[richfaces-svn-commits] JBoss Rich Faces SVN: r6408 - trunk/sandbox/samples/fileUploadDemo/src/main/webapp/pages.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Feb 28 08:48:05 EST 2008


Author: andrei_exadel
Date: 2008-02-28 08:48:05 -0500 (Thu, 28 Feb 2008)
New Revision: 6408

Modified:
   trunk/sandbox/samples/fileUploadDemo/src/main/webapp/pages/index.jsp
Log:
decrease progress bar height

Modified: trunk/sandbox/samples/fileUploadDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/sandbox/samples/fileUploadDemo/src/main/webapp/pages/index.jsp	2008-02-28 13:45:15 UTC (rev 6407)
+++ trunk/sandbox/samples/fileUploadDemo/src/main/webapp/pages/index.jsp	2008-02-28 13:48:05 UTC (rev 6408)
@@ -49,7 +49,7 @@
 		maxFilesQuantity="#{bean.maxFiles}"
 		acceptedTypes="#{bean.fileTypes}">
 	<f:facet name="progress">
-		<progressBar:progressBar style="height: 10px; width: 300px;">
+		<progressBar:progressBar style="height: 5px; width: 250px;">
 		</progressBar:progressBar>
 	</f:facet>
 	<f:facet name="label">




More information about the richfaces-svn-commits mailing list