Merge pull request #15407 from nextcloud/remove-extra-margin-from-warning-messages-in-authenticate-page

Remove extra margin from warning messages in authenticate page
This commit is contained in:
Morris Jobke 2019-05-07 12:11:15 +02:00 committed by GitHub
commit 22f3306fd0
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;
}