Browse Source

publish muk_web_theme - 12.0

pull/115/head
MuK IT GmbH 5 years ago
parent
commit
1a3e1f764d
  1. 2
      muk_web_theme/__manifest__.py
  2. 6
      muk_web_theme/static/src/scss/form_view.scss
  3. 28
      muk_web_theme/static/src/scss/kanban_view.scss
  4. 1
      muk_web_theme/template/assets.xml

2
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",

6
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 {

28
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 <http://www.gnu.org/licenses/>.
*
**********************************************************************************/
.o_kanban_view {
.oe_kanban_details {
text-overflow: ellipsis;
overflow: hidden;
}
}

1
muk_web_theme/template/assets.xml

@ -59,6 +59,7 @@
<link rel="stylesheet" type="text/scss" href="/muk_web_theme/static/src/scss/appsbar.scss"/>
<link rel="stylesheet" type="text/scss" href="/muk_web_theme/static/src/scss/control_panel.scss"/>
<link rel="stylesheet" type="text/scss" href="/muk_web_theme/static/src/scss/list_view.scss"/>
<link rel="stylesheet" type="text/scss" href="/muk_web_theme/static/src/scss/kanban_view.scss"/>
<link rel="stylesheet" type="text/scss" href="/muk_web_theme/static/src/scss/form_view.scss"/>
<link rel="stylesheet" type="text/scss" href="/muk_web_theme/static/src/scss/fields.scss"/>
<link rel="stylesheet" type="text/scss" href="/muk_web_theme/static/src/scss/notification.scss"/>

Loading…
Cancel
Save