Browse Source

Apr 5 : [UPDT] Style Issue updated 'backend_theme_infinito'

dependabot/npm_and_yarn/odoo_website_helpdesk/static/src/cdn/minimist-1.2.8
AjmalCybro 2 years ago
parent
commit
3aeba967d5
  1. 2
      backend_theme_infinito/__manifest__.py
  2. 6
      backend_theme_infinito/static/src/css/style.css
  3. 4
      backend_theme_infinito/static/src/scss/responsive.scss

2
backend_theme_infinito/__manifest__.py

@ -27,7 +27,7 @@
Main Highlight Of The Theme Is You Can Dynamically Change The Colors, Main Highlight Of The Theme Is You Can Dynamically Change The Colors,
Views, Buttons, Different Types Sidebar...Etc""", Views, Buttons, Different Types Sidebar...Etc""",
"category": "Themes/Backend", "category": "Themes/Backend",
"version": "16.0.1.0.2", "version": "16.0.1.0.3",
'author': 'Cybrosys Techno Solutions', 'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions',

6
backend_theme_infinito/static/src/css/style.css

@ -571,6 +571,12 @@ template {
stroke-width: 6; 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 { #hamburger .line2 {
stroke-dasharray: 60 60; stroke-dasharray: 60 60;
stroke-width: 6; stroke-width: 6;

4
backend_theme_infinito/static/src/scss/responsive.scss

@ -201,7 +201,7 @@
flex-wrap: wrap; flex-wrap: wrap;
} }
.o_form_view .o_form_statusbar { .o_form_view .o_form_statusbar {
flex-wrap: wrap; flex-wrap: wrap !important;
} }
// .btn { // .btn {
// padding: 2px 10px !important; // padding: 2px 10px !important;
@ -217,6 +217,8 @@
justify-content: end; justify-content: end;
margin-top: 5px; margin-top: 5px;
} }
.o_form_view .o_form_statusbar > .o_statusbar_buttons > .btn { .o_form_view .o_form_statusbar > .o_statusbar_buttons > .btn {
margin: 1px 0px 4px 0; margin: 1px 0px 4px 0;
} }

Loading…
Cancel
Save