[Web] Style changes to DKIM import section, push login errors to Redis channel

This commit is contained in:
andryyy
2017-07-04 18:05:04 +02:00
parent ace247b3b9
commit a2f1c09a84
6 changed files with 34 additions and 7 deletions

View File

@@ -91,4 +91,11 @@ body.modal-open {
max-width: 550px;
z-index: 2000;
}
.input-group-sm .btn { margin-top: 0px !important }
.input-group-sm .btn { margin-top: 0px !important }
legend {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none
-o-user-select: none;
user-select: none;
}