Mohammed Shekha(Open ERP) has proposed merging 
lp:~openerp-dev/openerp-web/6.1-opw-575297-msh into lp:openerp-web/6.1.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-575297-msh/+merge/112708

Hello,

Fixed the issue of date or datetime widget icon shown on top right of header 
when the date or datetime field is in readonly mode that is when 
oe_input_icon_disabled class is toggled.

Demo :- Open any form view in which date field is in readonly mode, so you will 
get the date picker icon on the right top of the header.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-575297-msh/+merge/112708
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/6.1-opw-575297-msh.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css	2012-06-25 06:58:12 +0000
+++ addons/web/static/src/css/base.css	2012-06-29 06:35:23 +0000
@@ -1525,12 +1525,7 @@
     width: 100%;
 }
 .openerp .oe_input_icon_disabled {
-    position: absolute;
-    cursor: default;
-    opacity: 0.5;
-    filter:alpha(opacity=50);
-    right: 5px;
-    top: 3px;
+    display: none;
 }
 .openerp .oe_trad_field.touched {
     border: 1px solid green !important;

_______________________________________________
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