Browse Source
Merge pull request #15407 from nextcloud/remove-extra-margin-from-warning-messages-in-authenticate-page
Remove extra margin from warning messages in authenticate page
pull/15402/head
Morris Jobke
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
core/css/publicshareauth.css
|
|
@ -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; |
|
|
|
} |