Merge pull request #15409 from nextcloud/backport/15407/stable16

[stable16] Remove extra margin from warning messages in authenticate page
This commit is contained in:
Morris Jobke 2019-05-07 13:45:42 +02:00 committed by GitHub
commit 1a58d8c86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -26,3 +26,8 @@ input[type='submit'].icon-confirm {
height: 45px;
background-color: transparent !important;
}
.warning > .warning {
/* Do not use a top margin for warning messages in the warning container. */
margin-top: 0;
}