[FIX] web: revert 9f0834771d

Revert "[FIX] web: base.css: fixed width for input of file type under oe_avatar"
A better fix for opw-613318 is done in f8bd25c852
This commit is contained in:
Simon Lejeune 2014-09-10 13:42:35 +02:00
parent f8bd25c852
commit 34e8246a54
2 changed files with 0 additions and 5 deletions

View File

@ -2267,9 +2267,6 @@
margin: 0;
padding: 0;
}
.openerp .oe_avatar .oe_hidden_input_file input.oe_form_binary_file {
width: 90px;
}
.openerp .oe_form .oe_form_field_binary {
display: inline-block;
}

View File

@ -1872,8 +1872,6 @@ $sheet-padding: 16px
-ms-filter: "alpha(opacity=0)"
margin: 0
padding: 0
.oe_avatar .oe_hidden_input_file input.oe_form_binary_file
width: 90px
.oe_form
.oe_form_field_binary
display: inline-block