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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Feb 8 21:20:48 EST 2008


Author: nbelaevski
Date: 2008-02-08 21:20:48 -0500 (Fri, 08 Feb 2008)
New Revision: 5972

Modified:
   trunk/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/css/progressBar.xcss
Log:
http://jira.jboss.com/jira/browse/RF-1696

Modified: trunk/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/css/progressBar.xcss
===================================================================
--- trunk/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/css/progressBar.xcss	2008-02-09 02:00:25 UTC (rev 5971)
+++ trunk/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/css/progressBar.xcss	2008-02-09 02:20:48 UTC (rev 5972)
@@ -7,54 +7,50 @@
 
 	<f:verbatim>
 
-body{margin : 20px}
-*{font-family : verdana; font-size : 11px}
-	
-.rich-progress-bar-height{height : 13px;}
-.rich-progress-bar-width{width : 200px}	
-.rich-progress-bar-block{white-space : nowrap;}		
-.rich-progress-bar-uploaded{background-repeat : repeat-x;}
-.rich-progress-bar-uploaded-dig{overflow : hidden; position : absolute; top : 0px; left : 0px;}
-.rich-progress-bar-shell{margin-bottom : 2px; border : 1px solid;}
-.rich-progress-bar-shell-dig{position : relative; margin-bottom : 2px; border : 1px solid;}
-.rich-progress-bar-remained{text-align : center; font-weight : bold; position : relative;}
-.rich-progress-bar-completed{text-align : center; font-weight : bold; background-repeat : repeat-x;}
-.rich-progress-bar-padding{padding: 0px}
+		.rich-progress-bar-height{height : 13px;}
+		.rich-progress-bar-width{width : 200px}	
+		.rich-progress-bar-block{white-space : nowrap;}		
+		.rich-progress-bar-uploaded{background-repeat : repeat-x;}
+		.rich-progress-bar-uploaded-dig{overflow : hidden; position : absolute; top : 0px; left : 0px;}
+		.rich-progress-bar-shell{margin-bottom : 2px; border : 1px solid;}
+		.rich-progress-bar-shell-dig{position : relative; margin-bottom : 2px; border : 1px solid;}
+		.rich-progress-bar-remained{text-align : center; font-weight : bold; position : relative;}
+		.rich-progress-bar-completed{text-align : center; font-weight : bold; background-repeat : repeat-x;}
+		.rich-progress-bar-padding{padding: 0px}
 		
 	</f:verbatim>
 	
-	<u:selector name=".rich-progress-bar-shell-dig">
-	<u:style name="background-color" skin="controlBackgroundColor" />
-    <u:style name="border-color" skin="panelBorderColor" />
+	<u:selector name=".rich-progress-bar-uploaded">
+		<u:style name="background-image">
+			<f:resource f:key="org.richfaces.renderkit.html.images.ProgressBarAnimatedBg" />
+		</u:style>
+		<u:style name="background-color" skin="selectControlColor" />
+ 	</u:selector>
+	
+ 	<u:selector name=".rich-progress-bar-shell">
+		<u:style name="background-color" skin="controlBackgroundColor" />
+		<u:style name="border-color" skin="panelBorderColor" />
 	</u:selector>
 	
+	<u:selector name=".rich-progress-bar-uploaded-dig">
+		<u:style name="border-color" skin="panelBorderColor" />
+ 	</u:selector>
+ 	
 	<u:selector name=".rich-progress-bar-shell-dig">
-    <u:style name="border-color" skin="panelBorderColor" />
+		<u:style name="border-color" skin="panelBorderColor" />
 	</u:selector>
 	
 	<u:selector name=".rich-progress-bar-remained">
-    <u:style name="background-color" skin="controlBackgroundColor" />
-    <u:style name="text-color" skin="controlTextColor" />
+		<u:style name="background-color" skin="controlBackgroundColor" />
+		<u:style name="text-color" skin="controlTextColor" />
 	</u:selector>
 	
-	<u:selector name=".rich-progress-bar-uploaded">
-	<u:style name="background-image">
-  		<f:resource f:key="org.richfaces.renderkit.html.images.ProgressBarAnimatedBg" />
-	</u:style>
-	<u:style name="background-color" skin="selectControlColor" />
-    <u:style name="border-color" skin="panelBorderColor" />
+	<u:selector name=".rich-progress-bar-completed">
+		<u:style name="background-image">
+			<f:resource f:key="org.richfaces.renderkit.html.images.ProgressBarAnimatedBg" />
+		</u:style>
+		<u:style name="background-color" skin="selectControlColor" />
+		<u:style name="text-color" skin="controlBackgroundColor" />
  	</u:selector>
-	
-	<u:selector name=".rich-progress-bar-uploaded-dig">
-     <u:style name="border-color" skin="panelBorderColor" />
- 	</u:selector>
- 	
- 	<u:selector name=".rich-progress-bar-completed">
- 	<u:style name="background-image">
-  		<f:resource f:key="org.richfaces.renderkit.html.images.ProgressBarAnimatedBg" />
-	</u:style>
- 	<u:style name="background-color" skin="selectControlColor" />
- 	<u:style name="text-color" skin="controlBackgroundColor" />
- 	</u:selector>
 
 </f:template>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list