Browse Source

publish muk_web_theme - 12.0

pull/115/head
MuK IT GmbH 6 years ago
parent
commit
ead967bbdd
  1. 2
      muk_web_theme/__manifest__.py
  2. 3
      muk_web_theme/static/src/scss/control_panel.scss

2
muk_web_theme/__manifest__.py

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

3
muk_web_theme/static/src/scss/control_panel.scss

@ -97,12 +97,15 @@
.o_cp_switch_buttons.show { .o_cp_switch_buttons.show {
.dropdown-menu { .dropdown-menu {
display: flex; display: flex;
min-width: 0px;
flex-direction: row; flex-direction: row;
align-content: center; align-content: center;
justify-content: space-around; justify-content: space-around;
padding: 0; padding: 0;
.btn { .btn {
margin: 5px;
border: none; border: none;
font-size: 1.25rem;
} }
} }
} }

Loading…
Cancel
Save