Vishmita Jadeja (openerp) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-bug-1046186-vja into lp:openerp-web.

Requested reviews:
  OpenERP R&D Web Team (openerp-dev-web)
Related bugs:
  Bug #1046186 in OpenERP Web: "[trunk] impossible to upload file in binary 
field"
  https://bugs.launchpad.net/openerp-web/+bug/1046186

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1046186-vja/+merge/123011


Hello,

      Fixed code for "impossible to upload file in binary field " issue,set 
position of class '.oe_hidden_input_file'.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1046186-vja/+merge/123011
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-bug-1046186-vja.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css	2012-09-05 11:24:46 +0000
+++ addons/web/static/src/css/base.css	2012-09-06 05:45:30 +0000
@@ -2397,6 +2397,9 @@
 .openerp .oe_form_editable .oe_form .oe_form_field_datetime {
   width: 11.5em !important;
 }
+.openerp .oe_hidden_input_file{
+    position: relative;
+}
 .openerp .oe_hidden_input_file input.oe_form_binary_file {
   z-index: 0;
   line-height: 0;

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to