1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-16 01:10:40 +00:00

Added TOTP, minor fixes

This commit is contained in:
andryyy
2017-05-03 18:05:35 +02:00
parent 2f0129539b
commit f1e4b4fb39
72 changed files with 6261 additions and 27 deletions

View File

@@ -34,3 +34,8 @@ table.footable>tbody>tr.footable-empty>td {
#alias_table .footable-paging {
cursor: auto;
}
@media (min-width: 992px) {
.container {
width: 80%;
}
}