Yogesh(Open ERP) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-bug-860736-ysa into lp:openerp-web.

Requested reviews:
  OpenERP R&D Web Team (openerp-dev-web)
Related bugs:
  Bug #860736 in OpenERP Web: "'Select' button for file upload not working in 
wizards"
  https://bugs.launchpad.net/openerp-web/+bug/860736

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-860736-ysa/+merge/77492

Fix problem of select button on binary type field. fixed over-lapping problem.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-860736-ysa/+merge/77492
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-bug-860736-ysa.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css	2011-09-21 12:42:14 +0000
+++ addons/web/static/src/css/base.css	2011-09-29 10:17:41 +0000
@@ -943,7 +943,7 @@
     position: relative;
 }
 .openerp input.oe-binary-file {
-    z-index: 2;
+    z-index: 0;
     line-height: 0;
     font-size: 50px;
     position: absolute;

_______________________________________________
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