Browse Source

publish muk_web_theme - 12.0

pull/68/head
MuK IT GmbH 5 years ago
parent
commit
d8af4130eb
  1. 2
      muk_web_theme/__manifest__.py
  2. 23
      muk_web_theme/static/src/scss/form_view.scss

2
muk_web_theme/__manifest__.py

@ -19,7 +19,7 @@
{
"name": "MuK Backend Theme",
"summary": "Odoo Community Backend Theme",
"version": "12.0.1.2.13",
"version": "12.0.1.2.14",
"category": "Themes/Backend",
"license": "AGPL-3",
"author": "MuK IT",

23
muk_web_theme/static/src/scss/form_view.scss

@ -137,27 +137,14 @@
overflow: auto;
}
> .o_chatter {
border-left: 1px solid gray('400');
min-width: $mk-chatter-min-width;
max-width: $mk-chatter-max-width;
flex: 1 1 auto;
overflow: auto;
flex: 1 1 auto;
overflow: auto;
min-width: $mk-chatter-min-width;
max-width: $mk-chatter-max-width;
border-left: 1px solid gray('400');
.o_followers_title_box {
margin-left: 0;
}
.o_chatter_topbar,
.o_thread_composer {
position: sticky;
}
.o_chatter_topbar {
top: -1px;
z-index: 2;
background-color: $o-view-background-color;
}
.o_thread_composer {
top: $o-statusbar-height;
z-index: 1;
}
}
}
}
Loading…
Cancel
Save