fixed sign in form to use correct size for anonymous user image
This commit is contained in:
parent
2829005d4e
commit
f6fdd72cf8
1 changed files with 1 additions and 0 deletions
|
@ -811,6 +811,7 @@ li.accountInvite span {
|
||||||
}
|
}
|
||||||
.accountImage {
|
.accountImage {
|
||||||
background-image: url(user.png);
|
background-image: url(user.png);
|
||||||
|
background-size: 84px 84px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
height:84px;
|
height:84px;
|
||||||
width:84px;
|
width:84px;
|
||||||
|
|
Loading…
Reference in a new issue