Commit bdddd071 authored by difox's avatar difox

Fix social images

parent f795c069
......@@ -10,10 +10,10 @@
border: 1px solid #E9A2A2;
}
/* EAuth widget */
.eauth-service-id-vk .eauth-service-link:before {
.eauth-list .eauth-service-id-vk .eauth-service-link:before {
background-position: 0 -136px;
}
.eauth-service-id-google .eauth-service-link:before {
.eauth-list .eauth-service-id-google .eauth-service-link:before {
background-position: 0 -34px;
}
.eauth-service {
......@@ -23,4 +23,7 @@
.eauth-list {
margin: 0 !important;
margin-top: 10px !important;
}
.eauth-list .eauth-service-link:before, .eauth-service-link:after {
background: url("/images/auth.png") 0 0 no-repeat;
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment