From bfd670fed885679abf9755108d81a1cfec246af3 Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Mon, 9 Sep 2019 15:18:09 +0000 Subject: [PATCH] publish muk_web_theme - 12.0 --- muk_web_theme/__manifest__.py | 2 +- .../static/src/scss/control_panel.scss | 15 ------- .../static/src/scss/search_view.scss | 39 +++++++++++++++++++ muk_web_theme/template/assets.xml | 1 + 4 files changed, 41 insertions(+), 16 deletions(-) create mode 100644 muk_web_theme/static/src/scss/search_view.scss diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index b93f9c2..07c5ab0 100644 --- a/muk_web_theme/__manifest__.py +++ b/muk_web_theme/__manifest__.py @@ -22,7 +22,7 @@ { "name": "MuK Backend Theme", "summary": "Odoo Community Backend Theme", - "version": "12.0.2.0.4", + "version": "12.0.2.0.5", "category": "Themes/Backend", "license": "LGPL-3", "author": "MuK IT", diff --git a/muk_web_theme/static/src/scss/control_panel.scss b/muk_web_theme/static/src/scss/control_panel.scss index 733d8a7..f887634 100644 --- a/muk_web_theme/static/src/scss/control_panel.scss +++ b/muk_web_theme/static/src/scss/control_panel.scss @@ -116,19 +116,4 @@ } } } -} - -.o_modal_header { - .o_searchview, .o_pager { - display: inline-block; - } - .o_searchview { - padding: 0; - border: none; - button { - background-color: $white; - border-color: $border-color; - color: $gray-600; - } - } } \ No newline at end of file diff --git a/muk_web_theme/static/src/scss/search_view.scss b/muk_web_theme/static/src/scss/search_view.scss new file mode 100644 index 0000000..bc8c1c3 --- /dev/null +++ b/muk_web_theme/static/src/scss/search_view.scss @@ -0,0 +1,39 @@ +/********************************************************************************** +* +* Copyright (c) 2017-2019 MuK IT GmbH. +* +* This file is part of MuK Backend Theme +* (see https://mukit.at). +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU Lesser General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU Lesser General Public License for more details. +* +* You should have received a copy of the GNU Lesser General Public License +* along with this program. If not, see . +* +**********************************************************************************/ + +.o_modal_header { + .o_searchview, .o_pager { + display: inline-block; + } + .o_searchview { + padding: 0; + border: none; + width: 100%; + margin-bottom: 5px; + border-bottom: 1px solid $o-brand-secondary; + button { + background-color: $white; + border-color: $border-color; + color: $gray-600; + } + } +} \ No newline at end of file diff --git a/muk_web_theme/template/assets.xml b/muk_web_theme/template/assets.xml index 58bdee1..8574258 100644 --- a/muk_web_theme/template/assets.xml +++ b/muk_web_theme/template/assets.xml @@ -58,6 +58,7 @@ +