mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #15409 from nextcloud/backport/15407/stable16
[stable16] Remove extra margin from warning messages in authenticate page
This commit is contained in:
commit
1a58d8c86f
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Reference in a new issue