Browse Source

publish muk_web_theme - 12.0

pull/48/head
MuK IT GmbH 5 years ago
parent
commit
57773b7331
  1. 2
      muk_web_theme/__manifest__.py
  2. 14
      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 12.0 community backend theme",
"version": "12.0.1.1.11",
"version": "12.0.1.1.12",
"category": "Themes/Backend",
"license": "AGPL-3",
"author": "MuK IT",

14
muk_web_theme/static/src/scss/form_view.scss

@ -92,18 +92,28 @@
.oe_button_box {
float: none;
display: block;
border-radius: 0;
text-align: right;
margin-top: -17px;
margin-bottom: $o-sheet-vpadding;
margin-left: -$o-horizontal-padding;
width: calc(100% + #{$o-horizontal-padding*2});
border-top: 1px solid $o-form-lightsecondary;
border-bottom: 1px solid $o-form-lightsecondary;
> .btn.oe_stat_button {
border: none;
background: none;
flex: 0 0 auto !important;
width: percentage(1/3) !important;
border-right: 1px solid $o-form-lightsecondary;
}
> .btn.o_button_more, > .o_dropdown_more {
> .btn.o_button_more {
flex: 1 1 auto !important;
border-right: none;
}
> .o_dropdown_more {
flex: 0 0 auto !important;
width: calc(#{percentage(1/3)} + 3px) !important;
width: percentage(1/3) !important;
}
&, & + .oe_avatar {
+ .oe_title {

Loading…
Cancel
Save