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
parent
commit
22f3306fd0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      core/css/publicshareauth.css

5
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;
}
Loading…
Cancel
Save