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:
Volkan Gezer 2014-09-08 17:21:33 +02:00
commit 053c879723
2 changed files with 1 additions and 3 deletions

View file

@ -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;

View file

@ -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;