Mathias 7 years ago
parent
commit
5ceb48b262
  1. 19
      muk_web_preview_mail/static/src/less/preview_content.less

19
muk_web_preview_mail/static/src/less/preview_content.less

@ -24,6 +24,7 @@
.mail-container { .mail-container {
display: none; display: none;
height: 100%;
.meta-panel { .meta-panel {
height: 175px; height: 175px;
@ -53,8 +54,13 @@
/* Based on Bootstrap Line Tabs by @keenthemes, Licensed under MIT */ /* Based on Bootstrap Line Tabs by @keenthemes, Licensed under MIT */
.content-panel { .content-panel {
height: calc(~'100% - 180px');
padding: 0 10px 10px 10px; padding: 0 10px 10px 10px;
.tab-line {
height: 100%;
}
.tab-line > .nav-tabs { .tab-line > .nav-tabs {
border: none; border: none;
margin: 0px; margin: 0px;
@ -112,11 +118,16 @@
padding: 15px 0; padding: 15px 0;
} }
.attachment-container {
position: absolute;
width: calc(~'100% - 20px');
height: calc(~'100% - 230px');
.tab-content {
height: 100%;
position: relative;
} }
.tab-pane {
height: 100%;
overflow-y: auto;
}
} }
} }
} }

Loading…
Cancel
Save