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>
Show replies by date