[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.
This commit is contained in:
Jairo Llopis
2017-01-25 14:21:37 +01:00
parent 3fed0754f0
commit df13c92c68

View File

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