[FIX] Fix attach icon that was under the upload label.

This commit is contained in:
Thibault Delavallée 2014-06-19 12:56:46 +02:00
parent 3dcdd2180a
commit cb7d43864a
2 changed files with 2 additions and 2 deletions

View File

@ -2440,7 +2440,7 @@
}
.openerp .oe_fileupload .oe_add button.oe_attach .oe_e {
position: relative;
top: -1px;
top: -10px;
left: -9px;
}
.openerp .oe_fileupload .oe_add input.oe_form_binary_file {

View File

@ -1984,7 +1984,7 @@ $sheet-padding: 16px
text-shadow: none
.oe_e
position: relative
top: -1px
top: -10px
left: -9px
input.oe_form_binary_file
display: inline-block