From 3aeba967d5dac25c8af3fb41783824eee8731ec4 Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Wed, 5 Apr 2023 14:14:39 +0530 Subject: [PATCH] Apr 5 : [UPDT] Style Issue updated 'backend_theme_infinito' --- backend_theme_infinito/__manifest__.py | 2 +- backend_theme_infinito/static/src/css/style.css | 6 ++++++ backend_theme_infinito/static/src/scss/responsive.scss | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/backend_theme_infinito/__manifest__.py b/backend_theme_infinito/__manifest__.py index c2e633e8f..162342dc9 100644 --- a/backend_theme_infinito/__manifest__.py +++ b/backend_theme_infinito/__manifest__.py @@ -27,7 +27,7 @@ Main Highlight Of The Theme Is You Can Dynamically Change The Colors, Views, Buttons, Different Types Sidebar...Etc""", "category": "Themes/Backend", - "version": "16.0.1.0.2", + "version": "16.0.1.0.3", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', diff --git a/backend_theme_infinito/static/src/css/style.css b/backend_theme_infinito/static/src/css/style.css index dc47cd50c..55f88033e 100644 --- a/backend_theme_infinito/static/src/css/style.css +++ b/backend_theme_infinito/static/src/css/style.css @@ -571,6 +571,12 @@ template { stroke-width: 6; } +.o_statusbar_buttons.d-flex.align-items-center.align-content-around{ + flex-wrap: wrap !important; + } + .o_action_manager .o_action .o_content .o_form_statusbar, .o_action_manager .o_view_controller .o_content .o_form_statusbar { + flex-wrap: wrap !important; + } #hamburger .line2 { stroke-dasharray: 60 60; stroke-width: 6; diff --git a/backend_theme_infinito/static/src/scss/responsive.scss b/backend_theme_infinito/static/src/scss/responsive.scss index 9c001cb96..b95a631db 100644 --- a/backend_theme_infinito/static/src/scss/responsive.scss +++ b/backend_theme_infinito/static/src/scss/responsive.scss @@ -201,7 +201,7 @@ flex-wrap: wrap; } .o_form_view .o_form_statusbar { - flex-wrap: wrap; + flex-wrap: wrap !important; } // .btn { // padding: 2px 10px !important; @@ -217,6 +217,8 @@ justify-content: end; margin-top: 5px; } + + .o_form_view .o_form_statusbar > .o_statusbar_buttons > .btn { margin: 1px 0px 4px 0; }