Promote archive mailbox menu
This commit is contained in:
parent
fe3ece17ba
commit
84bc0de876
2 changed files with 61 additions and 34 deletions
47
frontend-js/dist/style.css
vendored
47
frontend-js/dist/style.css
vendored
|
|
@ -120,10 +120,6 @@ body.ol2013 {
|
|||
color: var(--ol-blue);
|
||||
border-left-color: #fff;
|
||||
}
|
||||
.backstage-item.sub {
|
||||
padding-left: 38px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.backstage-shade {
|
||||
position: fixed;
|
||||
inset: 44px 0 22px 0;
|
||||
|
|
@ -356,9 +352,18 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
|
|||
background: #fff;
|
||||
}
|
||||
.archive-page-layout {
|
||||
max-width: 900px;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(520px, 1fr) minmax(360px, 460px);
|
||||
min-height: 100%;
|
||||
}
|
||||
.archive-list-panel,
|
||||
.archive-form-panel {
|
||||
min-width: 0;
|
||||
border-right: 1px solid var(--ol-border);
|
||||
background: #fff;
|
||||
}
|
||||
.archive-form-panel {
|
||||
border-right: 0;
|
||||
}
|
||||
.account-table {
|
||||
width: 100%;
|
||||
|
|
@ -441,16 +446,6 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
|
|||
}
|
||||
.form-actions a { text-decoration: none; }
|
||||
.btn.danger { color: #8a1f11; }
|
||||
.archive-manager {
|
||||
padding: 12px;
|
||||
border-bottom: 1px solid var(--ol-border);
|
||||
}
|
||||
.archive-create {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
gap: 8px;
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
.archive-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
|
|
@ -475,6 +470,27 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
|
|||
text-align: right;
|
||||
}
|
||||
.archive-action form { margin: 0; }
|
||||
.archive-create-panel {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
padding: 14px;
|
||||
border-bottom: 1px solid var(--ol-border);
|
||||
}
|
||||
.archive-create-panel .btn {
|
||||
justify-self: start;
|
||||
}
|
||||
.archive-help {
|
||||
padding: 14px;
|
||||
color: var(--ol-muted);
|
||||
line-height: 1.45;
|
||||
}
|
||||
.archive-help p {
|
||||
margin: 8px 0 0;
|
||||
}
|
||||
.archive-help-title {
|
||||
color: var(--ol-blue-dark);
|
||||
font-weight: 700;
|
||||
}
|
||||
.muted { color: var(--ol-muted); }
|
||||
|
||||
/* Statusleiste */
|
||||
|
|
@ -510,6 +526,7 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
|
|||
.pane-target { grid-column: auto; }
|
||||
.searchbar { top: 30px; }
|
||||
.account-layout,
|
||||
.archive-page-layout,
|
||||
.form-columns,
|
||||
.form-section {
|
||||
grid-template-columns: 1fr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue