Merge pull request #541 from Tecnativa/9.0-web_responsive-fix_binary_controls

[FIX][web_responsive] Show upload control in binary widgets.
This commit is contained in:
Pedro M. Baeza
2017-02-01 10:36:32 +01:00
committed by GitHub

View File

@@ -81,9 +81,10 @@
.oe_form_field_image > .oe_form_field_image_controls {
display: block;
opacity: 0.7;
}
.oe_hidden_input_file {
display: none;
.oe_hidden_input_file {
display: none;
}
}
// Adapt chatter widget to small viewports