Browse Source

publish muk_web_theme - 12.0

pull/115/head
MuK IT GmbH 5 years ago
parent
commit
99d71cd10f
  1. 2
      muk_web_theme/__manifest__.py
  2. 7
      muk_web_theme/static/src/scss/control_panel.scss

2
muk_web_theme/__manifest__.py

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

7
muk_web_theme/static/src/scss/control_panel.scss

@ -21,7 +21,7 @@
.o_control_panel {
padding-left: $o-horizontal-padding /2;
padding-right: $o-horizontal-padding /2;
.breadcrumb, .o_cp_buttons, .o_cp_left, .o_cp_right, .o_cp_searchview {
.breadcrumb, .o_cp_left, .o_cp_right, .o_cp_searchview {
flex: 1 1 100%;
@include media-breakpoint-up(md) {
flex-basis: 50%;
@ -53,7 +53,10 @@
}
.o_cp_left {
flex-basis: 50%;
white-space: nowrap;
white-space: nowrap;
.o_cp_buttons, .o_cp_sidebar {
flex: 1 1 100%;
}
}
.o_cp_right {
flex-basis: 10%;

Loading…
Cancel
Save