Build five pane mail transfer workspace
This commit is contained in:
parent
e46c25cb72
commit
4f0493b5c2
2 changed files with 386 additions and 7 deletions
9
frontend-js/dist/style.css
vendored
9
frontend-js/dist/style.css
vendored
|
|
@ -489,6 +489,15 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
|
|||
grid-template-columns: minmax(380px, 1fr) minmax(380px, 1fr);
|
||||
min-height: 100%;
|
||||
}
|
||||
.transfer-workbench {
|
||||
flex: 1 1 auto;
|
||||
display: grid;
|
||||
grid-template-columns: 250px minmax(260px, 1fr) minmax(360px, 1.2fr) minmax(260px, 1fr) 250px;
|
||||
min-height: 0;
|
||||
}
|
||||
.transfer-workbench .pane:last-child {
|
||||
border-right: 0;
|
||||
}
|
||||
.archive-list-panel,
|
||||
.archive-form-panel,
|
||||
.transfer-panel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue