Move archive mailbox management to own menu
This commit is contained in:
parent
9a5fb89518
commit
fe3ece17ba
2 changed files with 87 additions and 16 deletions
12
frontend-js/dist/style.css
vendored
12
frontend-js/dist/style.css
vendored
|
|
@ -120,6 +120,10 @@ 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;
|
||||
|
|
@ -348,6 +352,14 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
|
|||
background: #fff;
|
||||
}
|
||||
.account-form-panel { border-right: 0; }
|
||||
.archive-page {
|
||||
background: #fff;
|
||||
}
|
||||
.archive-page-layout {
|
||||
max-width: 900px;
|
||||
min-height: 100%;
|
||||
border-right: 1px solid var(--ol-border);
|
||||
}
|
||||
.account-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue