diff --git a/code_backend_theme/__manifest__.py b/code_backend_theme/__manifest__.py index 5f8fe88a4..529807186 100644 --- a/code_backend_theme/__manifest__.py +++ b/code_backend_theme/__manifest__.py @@ -25,7 +25,7 @@ "description": """Minimalist and elegant backend theme for Odoo 16, Backend Theme, Theme""", "summary": "Code Backend Theme V16 is an attractive theme for backend", "category": "Themes/Backend", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', diff --git a/code_backend_theme/static/src/scss/navigation_bar.scss b/code_backend_theme/static/src/scss/navigation_bar.scss index 921c6b970..0edd9807c 100644 --- a/code_backend_theme/static/src/scss/navigation_bar.scss +++ b/code_backend_theme/static/src/scss/navigation_bar.scss @@ -25,7 +25,7 @@ color: #ffffff !important; border-radius: 0; border: solid 1px $primary_accent !important; color: $primary_accent !important; -} +}o_list_table .o_list_view .o_list_table thead { position: sticky; top: 0; @@ -348,4 +348,19 @@ background-color: #3d9bbb; .o_main_navbar .o_menu_sections { flex-wrap: wrap !important; +} + +.o_section_and_note_list_view{ + width:98%; +} + +.o_list_renderer{ + margin-left: 21px; +} +.o_notebook .nav{ + background: none; +} +.o-form-buttonbox{ + margin-left:-15px; + margin-right:-15px; } \ No newline at end of file diff --git a/code_backend_theme/static/src/scss/theme.scss b/code_backend_theme/static/src/scss/theme.scss index afa4c75b1..70c618dbf 100644 --- a/code_backend_theme/static/src/scss/theme.scss +++ b/code_backend_theme/static/src/scss/theme.scss @@ -564,6 +564,7 @@ th.o_list_record_selector { border: 1px solid #c8c8d3; box-shadow: none !important; background: white; + margin: 4.8px auto; padding: 24px; padding-right: 16px; @@ -738,6 +739,8 @@ i.o_PartnerImStatusIcon_outerBackground.fa.fa-circle.fa-stack-1x { .o_form_view .o_notebook { clear: both; margin-top: 25px; + --notebook-margin-x: -32px; + --notebook-padding-x: 23px; } .nav-tabs { border-bottom: none; @@ -1642,4 +1645,5 @@ div.dropdown-menu.bootstrap-datetimepicker-widget { } .o_facet_values { border: none !important; -} \ No newline at end of file +} +