mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #10451 from k4k/login_logo_alignment_fix
improve logo flexibility to fix wide custom logo alignment, fix #9339
This commit is contained in:
commit
053c879723
2 changed files with 1 additions and 3 deletions
|
|
@ -42,8 +42,7 @@
|
|||
}
|
||||
|
||||
#header .logo {
|
||||
background-image: url(../img/logo.svg);
|
||||
background-repeat: no-repeat;
|
||||
background: url(../img/logo.svg) no-repeat center;
|
||||
width: 252px;
|
||||
height: 120px;
|
||||
margin: 0 auto;
|
||||
|
|
|
|||
|
|
@ -678,7 +678,6 @@ label.infield {
|
|||
#body-login .wrapper {
|
||||
min-height: 100%;
|
||||
margin: 0 auto -70px;
|
||||
width: 300px;
|
||||
}
|
||||
#body-login footer, #body-login .push {
|
||||
height: 70px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue