Christophe Matthieu (OpenERP) has proposed merging
lp:~openerp-dev/openerp-web/trunk-fix-preferences-display-chm into
lp:openerp-web.
Requested reviews:
OpenERP R&D Web Team (openerp-dev-web)
For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-fix-preferences-display-chm/+merge/136625
[FIX] When the avatar of 'change my preferences' is mousehover, the scrollbar
appears, and after a color bar appears. Set oe_form_field_image_controls on
overflow hidden for fixing.
--
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-fix-preferences-display-chm/+merge/136625
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openerp-web/trunk-fix-preferences-display-chm.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css 2012-11-28 09:41:31 +0000
+++ addons/web/static/src/css/base.css 2012-11-28 11:20:47 +0000
@@ -2353,6 +2353,7 @@
display: none;
text-align: center;
color: #eeeeee;
+ overflow: hidden;
background: rgba(37, 37, 37, 0.9);
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
=== modified file 'addons/web/static/src/css/base.sass'
--- addons/web/static/src/css/base.sass 2012-11-28 09:41:31 +0000
+++ addons/web/static/src/css/base.sass 2012-11-28 11:20:47 +0000
@@ -1885,6 +1885,7 @@
display: none
text-align: center
color: #eee
+ overflow: hidden
background: rgba(37,37,37,0.9)
@include radius(3px 3px 0 0)
@include box-sizing(border)
_______________________________________________
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