changed logo size in login window
This commit is contained in:
parent
9d0c69ff0b
commit
c04ce42d7a
|
@ -122,7 +122,7 @@ p {
|
||||||
.login h1 {
|
.login h1 {
|
||||||
}
|
}
|
||||||
.login h1 a {
|
.login h1 a {
|
||||||
background-size:84px;
|
background-size:auto;
|
||||||
background-position:center top;
|
background-position:center top;
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
color:#3c434a;
|
color:#3c434a;
|
||||||
|
@ -133,7 +133,7 @@ p {
|
||||||
margin:0 auto 25px;
|
margin:0 auto 25px;
|
||||||
padding:0;
|
padding:0;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
width:84px;
|
width:100%;
|
||||||
text-indent:-9999px;
|
text-indent:-9999px;
|
||||||
outline:0;
|
outline:0;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
|
Loading…
Reference in New Issue