Use API for forwarding hosts

This commit is contained in:
andryyy
2017-05-09 13:43:54 +02:00
parent 74359f6df4
commit bbff045d04
9 changed files with 290 additions and 87 deletions

View File

@@ -55,4 +55,12 @@ body.modal-open {
overflow: inherit;
padding-right: inherit !important;
}
.mailcow-alert-box {
position: fixed;
bottom: 8px;
right: 25px;
min-width: 300px;
max-width: 350px;
z-index: 2000;
display: none;
}