Bhumi Thakkar (Open ERP) has proposed merging
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-IE-improve-input-file-bth into
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-IE.
Requested reviews:
OpenERP R&D Team (openerp-dev)
For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-improve-css-FF-IE-improve-input-file-bth/+merge/126959
Hello,
Add css class for input[type=file] for IE. In IE, when upload image at that
time on single click upload window is not open. have to click twice. Because
input type=file element view is different in IE browser. In IE, file type
element contain textbox and then browse button. So when try to open upload
window through textbox have to click double. So give fixed width so browse
button displayed in center.
So now on single click open upload window in IE also.
Thanks.
--
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-improve-css-FF-IE-improve-input-file-bth/+merge/126959
Your team OpenERP R&D Team is requested to review the proposed merge of
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-IE-improve-input-file-bth into
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-IE.
=== modified file 'addons/web/static/src/css/base-ie.css'
--- addons/web/static/src/css/base-ie.css 2012-09-27 08:03:23 +0000
+++ addons/web/static/src/css/base-ie.css 2012-09-28 13:19:26 +0000
@@ -11,4 +11,7 @@
box-shadow/*\**/: inset rgba(0, 0, 0, 0.1);\9;
border/*\**/:0px solid #cccccc\9;
background: white;
+}
+.openerp .oe_form input[type="file"] {
+ width/*\**/: 85px\9;
}
\ No newline at end of file
_______________________________________________
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