Add mail transfer submenu modes
This commit is contained in:
parent
6f7995e3f6
commit
6675e73b0f
2 changed files with 185 additions and 14 deletions
23
frontend-js/dist/style.css
vendored
23
frontend-js/dist/style.css
vendored
|
|
@ -120,6 +120,10 @@ body.ol2013 {
|
|||
color: var(--ol-blue);
|
||||
border-left-color: #fff;
|
||||
}
|
||||
.backstage-item.transfer-sub {
|
||||
padding-left: 38px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.backstage-shade {
|
||||
position: fixed;
|
||||
inset: 44px 0 22px 0;
|
||||
|
|
@ -351,18 +355,28 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
|
|||
.archive-page {
|
||||
background: #fff;
|
||||
}
|
||||
.transfer-page {
|
||||
background: #fff;
|
||||
}
|
||||
.archive-page-layout {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(520px, 1fr) minmax(360px, 460px);
|
||||
min-height: 100%;
|
||||
}
|
||||
.transfer-layout {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(380px, 1fr) minmax(380px, 1fr);
|
||||
min-height: 100%;
|
||||
}
|
||||
.archive-list-panel,
|
||||
.archive-form-panel {
|
||||
.archive-form-panel,
|
||||
.transfer-panel {
|
||||
min-width: 0;
|
||||
border-right: 1px solid var(--ol-border);
|
||||
background: #fff;
|
||||
}
|
||||
.archive-form-panel {
|
||||
.archive-form-panel,
|
||||
.transfer-panel:last-child {
|
||||
border-right: 0;
|
||||
}
|
||||
.account-table {
|
||||
|
|
@ -491,6 +505,10 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
|
|||
color: var(--ol-blue-dark);
|
||||
font-weight: 700;
|
||||
}
|
||||
.transfer-picker {
|
||||
padding: 14px;
|
||||
border-bottom: 1px solid var(--ol-border);
|
||||
}
|
||||
.muted { color: var(--ol-muted); }
|
||||
|
||||
/* Statusleiste */
|
||||
|
|
@ -527,6 +545,7 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
|
|||
.searchbar { top: 30px; }
|
||||
.account-layout,
|
||||
.archive-page-layout,
|
||||
.transfer-layout,
|
||||
.form-columns,
|
||||
.form-section {
|
||||
grid-template-columns: 1fr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue