Browse Source

[FIX][web_responsive] Remove hidden floating input over images

Without this patch, when you clicked on a partner's name field next to its image, it asked you to change its image.
pull/537/head
Jairo Llopis 8 years ago
parent
commit
df13c92c68
  1. 3
      web_responsive/static/src/less/form_view.less

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

@ -82,6 +82,9 @@
display: block;
opacity: 0.7;
}
.oe_hidden_input_file {
display: none;
}
// Adapt chatter widget to small viewports
.oe_chatter {

Loading…
Cancel
Save