[IMP] web avatar preference: change overflow hidden into padding: 4px 0

bzr revid: chm@openerp.com-20121129083314-gbhblm0vi4nw08sb
This commit is contained in:
Christophe Matthieu 2012-11-29 09:33:14 +01:00
parent fef6ed2f93
commit 66e13eb9bf
2 changed files with 2 additions and 4 deletions

View File

@ -2348,12 +2348,11 @@
.openerp .oe_form .oe_form_field_image .oe_form_field_image_controls {
position: absolute;
top: 1px;
padding: 4px;
padding: 4px 0;
width: 100%;
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

@ -1880,12 +1880,11 @@ $sheet-padding: 16px
.oe_form_field_image_controls
position: absolute
top: 1px
padding: 4px
padding: 4px 0
width: 100%
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)