diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index 64adc91..40964b9 100644 --- a/muk_web_theme/__manifest__.py +++ b/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", diff --git a/muk_web_theme/static/src/scss/form_view.scss b/muk_web_theme/static/src/scss/form_view.scss index 9d172c6..355f076 100644 --- a/muk_web_theme/static/src/scss/form_view.scss +++ b/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 {