[FIX]Re-Fixed the issue of file input widget which is not working in firefox and IE.

bzr revid: msh@openerp.com-20140116115247-abzdc5blst8ucfmm
This commit is contained in:
Mohammed Shekha (OpenERP) 2014-01-16 17:22:47 +05:30
commit f1d96a12b0
3 changed files with 2 additions and 1 deletions

View File

@ -2485,6 +2485,7 @@
}
.openerp .oe_hidden_input_file {
position: relative;
overflow-x: hidden;
}
.openerp .oe_hidden_input_file input.oe_form_binary_file {
z-index: 0;

View File

@ -1974,6 +1974,7 @@ $sheet-padding: 16px
// Position: relative is used for the hidden input[type=file]
// Do not remove it anymore !
position: relative
overflow-x: hidden
input.oe_form_binary_file
z-index: 0
line-height: 0

View File

@ -1240,7 +1240,6 @@
<td>
<t t-call="HiddenInputFile">
<t t-set="fileupload_id" t-value="widget.fileupload_id"/>
<t t-set="fileupload_style" t-translation="off">width: 83px;</t>
<button class="oe_button oe_field_button" type="button">
<img t-att-src='_s + "/web/static/src/img/icons/STOCK_DIRECTORY.png"'/>
<span>Select</span>