Commit bdddd071 authored by difox's avatar difox

Fix social images

parent f795c069
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
border: 1px solid #E9A2A2; border: 1px solid #E9A2A2;
} }
/* EAuth widget */ /* EAuth widget */
.eauth-service-id-vk .eauth-service-link:before { .eauth-list .eauth-service-id-vk .eauth-service-link:before {
background-position: 0 -136px; 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; background-position: 0 -34px;
} }
.eauth-service { .eauth-service {
...@@ -24,3 +24,6 @@ ...@@ -24,3 +24,6 @@
margin: 0 !important; margin: 0 !important;
margin-top: 10px !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