[richfaces-svn-commits] JBoss Rich Faces SVN: r5469 - management/design/fileUpload/markup.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jan 18 10:08:08 EST 2008


Author: admitriev
Date: 2008-01-18 10:08:08 -0500 (Fri, 18 Jan 2008)
New Revision: 5469

Modified:
   management/design/fileUpload/markup/file_upload.html
Log:


Modified: management/design/fileUpload/markup/file_upload.html
===================================================================
--- management/design/fileUpload/markup/file_upload.html	2008-01-18 14:58:31 UTC (rev 5468)
+++ management/design/fileUpload/markup/file_upload.html	2008-01-18 15:08:08 UTC (rev 5469)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
 <html>
 <head>
 <title>1</title>  
@@ -14,18 +16,18 @@
 .upload_list_width{ width:400px;}
 .upload_list_decor{ border:1px solid #c0c0c0 /*tableBorderColor*/; background : #FFFFFF /*tableBackgroundColor*/;}
 .upload_list_overflow{height : 210px; overflow : auto; overflow-x : hidden;}
-.upload_name{ width : 100%; height : 50px; padding : 2px 10px 2px 10px;}
-.upload_del{ width : 90; text-align : center; padding-top : 3; padding-bottom : 3;}
-.upload_scroll{ width : 10; text-align : center;}
+.upload_name{ width : 100%;  height : 50px; padding : 2px 10px 2px 10px;}
+.upload_del{ width : 90px; text-align : center; padding-top : 3; padding-bottom : 3;}
+.upload_scroll{ width : 10px; text-align : center;}
 .upload_anc{ color : ##0078D0/*generalLinkColor*/;}
 
 .upload_toolbar_decor{ background : #EAF0F8 /*additionalBackgroundColor*/;border-bottom:1px solid #c0c0c0 /*tableBorderColor*/;border-top:1px solid #FFFFFF /*tableBackgroundColor*/;border-left:1px solid #FFFFFF /*tableBackgroundColor*/;padding : 2px}
 
 
-.upload_bar_exterior{ border : 1px solid #c0c0c0 /*panelBorderColor*/;}
-.upload_bar_uploaded{width : 70%; height : 100%; background : #FF9409 /**/; background-image : url(images/bg_ProgressBar_perm.gif);background-repeat : repeat-x; font-size : 0px;}
-.upload_bar_deleted{width : 40%; height : 100%; background : #FF9409 /**/; background-image : url(images/bg_RegressBar_perm.gif);background-repeat : repeat-x; font-size : 0px;}
-.upload_bar_shell{width : 100%; height : 8; background : #F1F1F1/*tableSubfooterBackgroundColor*/;}
+.upload_bar_exterior{height : 7px;  border : 1px solid #c0c0c0 /*panelBorderColor*/;}
+.upload_bar_uploaded{height : 7px; width : 70%; height : 100%; background : #FF9409 /**/; background-image : url(images/bg_ProgressBar_perm.gif);background-repeat : repeat-x; font-size : 0px;}
+.upload_bar_deleted{height : 7px; width : 40%; height : 100%; background : #FF9409 /**/; background-image : url(images/bg_RegressBar_perm.gif);background-repeat : repeat-x; font-size : 0px;}
+.upload_bar_shell{height : 7px; width : 100%; height : 8; background : #F1F1F1/*tableSubfooterBackgroundColor*/;}
 
 
 .upload_button_border{




More information about the richfaces-svn-commits mailing list