From 1a3e1f764d5abf21f465f5fcd63d674fe59b8b17 Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Thu, 25 Jul 2019 07:01:57 +0000 Subject: [PATCH] publish muk_web_theme - 12.0 --- muk_web_theme/__manifest__.py | 2 +- muk_web_theme/static/src/scss/form_view.scss | 6 +--- .../static/src/scss/kanban_view.scss | 28 +++++++++++++++++++ muk_web_theme/template/assets.xml | 1 + 4 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 muk_web_theme/static/src/scss/kanban_view.scss diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index b920dbd..962d5ee 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.0", + "version": "12.0.2.0.1", "category": "Themes/Backend", "license": "LGPL-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 5144d6b..166ec14 100644 --- a/muk_web_theme/static/src/scss/form_view.scss +++ b/muk_web_theme/static/src/scss/form_view.scss @@ -53,17 +53,13 @@ .oe_title { max-width: 100%; width: initial; - - span { + span.o_field_widget { max-width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: initial; } - span:active { - white-space: normal; - } } .o_notebook { .nav-tabs { diff --git a/muk_web_theme/static/src/scss/kanban_view.scss b/muk_web_theme/static/src/scss/kanban_view.scss new file mode 100644 index 0000000..548f872 --- /dev/null +++ b/muk_web_theme/static/src/scss/kanban_view.scss @@ -0,0 +1,28 @@ +/********************************************************************************** +* +* 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_kanban_view { + .oe_kanban_details { + text-overflow: ellipsis; + overflow: hidden; + } +} \ No newline at end of file diff --git a/muk_web_theme/template/assets.xml b/muk_web_theme/template/assets.xml index 830aaff..58bdee1 100644 --- a/muk_web_theme/template/assets.xml +++ b/muk_web_theme/template/assets.xml @@ -59,6 +59,7 @@ +