improve logo flexibility to fix wide custom logo alignment, fix #9339

This commit is contained in:
twood8 2014-08-15 12:35:45 -04:00
parent ea756a12b0
commit 064e6951e1
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

@ -657,7 +657,6 @@ label.infield {
#body-login .wrapper {
min-height: 100%;
margin: 0 auto -70px;
width: 300px;
}
#body-login footer, #body-login .push {
height: 70px;