From: Kai Krueger Date: Tue, 27 Apr 2010 21:06:10 +0000 (+0100) Subject: Replaced the Google and Yahoo logos with nicer ones X-Git-Tag: live~6364 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/65bcddf7a11e841e05f57a7273238906e88a4536 Replaced the Google and Yahoo logos with nicer ones --- diff --git a/app/views/user/login.html.erb b/app/views/user/login.html.erb index c8cbdbaf2..b93fe892a 100644 --- a/app/views/user/login.html.erb +++ b/app/views/user/login.html.erb @@ -64,10 +64,10 @@ function openid_signin(provider) <%= image_tag "openid_logo.png", :alt => t('user.login.openid_providers.openid.title') %> - <%= image_tag "yahoo.gif", :alt => t('user.login.openid_providers.yahoo.alt') %> + <%= image_tag "yahoo.png", :alt => t('user.login.openid_providers.yahoo.alt') %> - <%= image_tag "google.gif", :alt => t('user.login.openid_providers.google.alt') %> + <%= image_tag "google.png", :alt => t('user.login.openid_providers.google.alt') %> <%= image_tag "myopenid.png", :alt => t('user.login.openid_providers.myopenid.alt') %> diff --git a/public/images/google.gif b/public/images/google.gif deleted file mode 100644 index ed6ba1093..000000000 Binary files a/public/images/google.gif and /dev/null differ diff --git a/public/images/google.png b/public/images/google.png new file mode 100644 index 000000000..c09460d64 Binary files /dev/null and b/public/images/google.png differ diff --git a/public/images/yahoo.gif b/public/images/yahoo.gif deleted file mode 100644 index 078f30971..000000000 Binary files a/public/images/yahoo.gif and /dev/null differ diff --git a/public/images/yahoo.png b/public/images/yahoo.png new file mode 100644 index 000000000..f6caa1520 Binary files /dev/null and b/public/images/yahoo.png differ