Provide email proposals from address book

This commit is contained in:
Eike Kettner
2020-01-12 01:04:42 +01:00
parent c84a69aa9c
commit d535130c9e
14 changed files with 426 additions and 43 deletions

View File

@ -29,8 +29,12 @@
}
.default-layout .ui.multiple.search.dropdown>input.search {
width: 3.5em;
width: auto;
}
/* .default-layout .ui.multiple.search.dropdown>input.search.long-search { */
/* width: auto; */
/* } */
.default-layout .job-log {
background: #181819;
@ -111,6 +115,10 @@ span.small-info {
white-space: pre;
}
.ui.form textarea.search {
border: 0;
}
.login-layout, .register-layout, .newinvite-layout {
background: #708090;
height: 101vh;