Browse Source

[FIX][web_responsive] Show upload control in binary widgets.

We only want to hide it in image widgets, to avoid breaking binary widgets.
pull/541/head
Jairo Llopis 8 years ago
parent
commit
c28637e64b
  1. 3
      web_responsive/static/src/less/form_view.less

3
web_responsive/static/src/less/form_view.less

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

Loading…
Cancel
Save