Author: andrei_exadel
Date: 2008-03-11 12:59:59 -0400 (Tue, 11 Mar 2008)
New Revision: 6710
Modified:
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/css/fileUpload.xcss
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js
Log:
RF-2452
Modified:
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/css/fileUpload.xcss
===================================================================
---
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/css/fileUpload.xcss 2008-03-11
16:55:44 UTC (rev 6709)
+++
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/css/fileUpload.xcss 2008-03-11
16:59:59 UTC (rev 6710)
@@ -8,7 +8,6 @@
body{margin : 20px}
-table{width : 100%}
.upload_list_overflow{overflow : auto; overflow-x : hidden;}
.upload_name{ width : 100%; height : 58px; padding : 2px 10px 2px 10px;}
@@ -71,6 +70,7 @@
<u:style name="border-bottom-color" skin="tableBorderColor"
/>
<u:style name="border-top-color" skin="tableBackgroundColor"
/>
<u:style name="border-left-color" skin="tableBackgroundColor"
/>
+ <u:style name="width" value="100%" />
</u:selector>
<u:selector name=".upload_button_border">
Modified:
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js
===================================================================
---
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js 2008-03-11
16:55:44 UTC (rev 6709)
+++
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js 2008-03-11
16:59:59 UTC (rev 6710)
@@ -46,7 +46,7 @@
FileUploadEntry.template =
[
new E('table',
- {'cellspacing':'0', 'cellpadding':'0',
'border':'0'},
+ {'cellspacing':'0', 'cellpadding':'0',
'border':'0', 'style':'width:100%'},
[
new E('tbody',{},
[
Show replies by date