forked from Techsystech/web
[FIX][web_responsive] Form padding, titles and buttons OK in XS
Small makeup to make it look good in XS screens.9.0
parent
ac3c1de637
commit
0fccd36830
|
@ -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…
Reference in New Issue