Browse Source

publish muk_web_theme - 12.0

pull/115/head
MuK IT GmbH 5 years ago
parent
commit
4e9070586f
  1. 2
      muk_web_theme/__manifest__.py
  2. 15
      muk_web_theme/static/src/scss/form_view.scss

2
muk_web_theme/__manifest__.py

@ -19,7 +19,7 @@
{
"name": "MuK Backend Theme",
"summary": "Odoo Community Backend Theme",
"version": "12.0.1.4.8",
"version": "12.0.1.4.9",
"category": "Themes/Backend",
"license": "AGPL-3",
"author": "MuK IT",

15
muk_web_theme/static/src/scss/form_view.scss

@ -47,14 +47,21 @@
}
}
}
@include media-breakpoint-down(sm) {
@include media-breakpoint-down(sm) {
.o_form_sheet, .oe_chatter {
min-width: 100% !important;
max-width: 100% !important;
}
.o_group_col_6 {
width: 100%;
}
.o_group {
@for $i from 1 through $o-form-group-cols {
.o_group_col_#{$i} {
width: 100% !important;
}
}
.o_field_widget.o_text_overflow {
width: auto !important;
}
}
.o_statusbar_buttons_dropdown {
border: {
bottom: 0;

Loading…
Cancel
Save