mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #9180 from owncloud/fix-error-on.update-page
fixes the layout for error messages on the update page
This commit is contained in:
commit
d18234112b
1 changed files with 6 additions and 0 deletions
|
|
@ -622,6 +622,12 @@ label.infield {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* fixes for update page TODO should be fixed some time in a proper way */
|
||||
/* this is just for an error while updating the ownCloud instance */
|
||||
#body-login .updateProgress .error {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* Alternative Logins */
|
||||
#alternative-logins legend { margin-bottom:10px; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue