[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.

bzr revid: chm@openerp.com-20121128111741-pm6fy7z01se90oxd
This commit is contained in:
Christophe Matthieu 2012-11-28 12:17:41 +01:00
parent b194e225f1
commit fef6ed2f93
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -1885,6 +1885,7 @@ $sheet-padding: 16px
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)