[richfaces-svn-commits] JBoss Rich Faces SVN: r5360 - trunk/sandbox/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/css.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jan 14 13:00:54 EST 2008


Author: andrei_exadel
Date: 2008-01-14 13:00:54 -0500 (Mon, 14 Jan 2008)
New Revision: 5360

Modified:
   trunk/sandbox/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/css/progressBar.xcss
Log:
fix permanent state 

Modified: trunk/sandbox/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/css/progressBar.xcss
===================================================================
--- trunk/sandbox/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/css/progressBar.xcss	2008-01-14 17:47:23 UTC (rev 5359)
+++ trunk/sandbox/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/css/progressBar.xcss	2008-01-14 18:00:54 UTC (rev 5360)
@@ -13,7 +13,7 @@
 .rich-progress-bar-base{text-align : center; position : absolute; height : 16px; width : 200px; font-weight : bold;}
 .rich-progress-bar-remained{background : #F1F1F1; border : 1px solid #cccccc; color : #000000;}
 .rich-progress-bar-completed{background : #FF9409; color : #FFFFFF;;  background-repeat : repeat-x; repeat-y;}
-.rich-progress-bar-permanent{background : #FF9409; color : #FFFFFF;;  background-repeat : repeat-x; repeat-y;}
+.rich-progress-bar-permanent{background : #FF9409; color : #FFFFFF;;  background-repeat : repeat-x; repeat-y; height : 16px; width : 200px;}
 		
 	</f:verbatim>
 	




More information about the richfaces-svn-commits mailing list