Browse Source

[FIX][web_responsive] Form padding, titles and buttons OK in XS

Small makeup to make it look good in XS screens.
pull/529/head
Jairo Llopis 8 years ago
parent
commit
0fccd36830
  1. 13
      web_responsive/static/src/less/form_view.less

13
web_responsive/static/src/less/form_view.less

@ -10,6 +10,19 @@
min-width: auto;
max-width: 100%;
}
@media (max-width: @screen-sm-max) {
padding: 0;
.oe_form_sheet_width {
border: none;
}
}
}
// No overflowing buttons or titles
.oe_button_box, .oe_title {
max-width: 100%;
}
@media (max-width: @screen-sm-max) {

Loading…
Cancel
Save