#30: update styles

This commit is contained in:
Vokhmin Alexey V 2013-04-04 18:19:49 +04:00
parent cec46912a9
commit 6e1798729e
3 changed files with 7 additions and 1 deletions

View File

@ -10,4 +10,7 @@ article {
a { a {
text-decoration: none; text-decoration: none;
} }
.facebook {
margin-right: -4px;
}
} }

View File

@ -34,6 +34,9 @@ article {
a { a {
text-decoration: none; text-decoration: none;
} }
.facebook {
margin-right: -4px;
}
.other { .other {
.left { .left {
margin-top: 6px; margin-top: 6px;

View File

@ -7,5 +7,5 @@
- resource_class.omniauth_providers.each do |provider| - resource_class.omniauth_providers.each do |provider|
= link_to omniauth_authorize_path(resource_name, provider) do = link_to omniauth_authorize_path(resource_name, provider) do
- provider = provider.to_s.gsub(/_oauth2/,'') - provider = provider.to_s.gsub(/_oauth2/,'')
= image_tag("#{provider}.png", :alt => provider) = image_tag("#{provider}.png", :alt => provider, :class => provider)
.both .both