From a37ff6de8879ccbd7eec95654753f0458a3f465f Mon Sep 17 00:00:00 2001 From: Max Borghino Date: Wed, 10 Jun 2015 23:22:05 -0700 Subject: Update oauth button logos for Twitter and Google Both new buttons are 64x64 renders of the recommended assets from each company. Refs for those are: - https://about.twitter.com/press/twitter-brand-policy - https://developers.google.com/identity/branding-guidelines Addresses issue #544 --- CHANGELOG | 1 + app/assets/images/authbuttons/google_64.png | Bin 3169 -> 5281 bytes app/assets/images/authbuttons/twitter_64.png | Bin 3054 -> 4835 bytes 3 files changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index c04b8f079af..9d558b15ab9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 7.12.0 (unreleased) + - Update oauth button logos for Twitter and Google to recommended assets - Update browser gem to version 0.8.0 for IE11 support (Stan Hu) - Fix timeout when rendering file with thousands of lines. - Add "Remember me" checkbox to LDAP signin form. diff --git a/app/assets/images/authbuttons/google_64.png b/app/assets/images/authbuttons/google_64.png index 94a0e089c6e..fb64f8bee68 100644 Binary files a/app/assets/images/authbuttons/google_64.png and b/app/assets/images/authbuttons/google_64.png differ diff --git a/app/assets/images/authbuttons/twitter_64.png b/app/assets/images/authbuttons/twitter_64.png index 5c9f14cb077..e3bd9169a34 100644 Binary files a/app/assets/images/authbuttons/twitter_64.png and b/app/assets/images/authbuttons/twitter_64.png differ -- cgit v1.2.1