Page MenuHomePhabricator

MediaWiki login button has "Amazon.com" logo?
Closed, ResolvedPublic

Description

The login screen has an option now to login with MediaWiki.org credentials. The logo for this is shown as Amazon.com.

This is due to the login options all sharing a CSS icon sprite, but no offset has been provided for MediaWiki, so it defaults to top left corner of the sprite, which is Amazon.com

Details

Reference
fl386

Event Timeline

flimport raised the priority of this task from to Medium.Sep 12 2014, 1:38 AM
flimport set Reference to fl386.

aklapper wrote on 2014-06-16 13:37:09 (UTC)

Also brought up in T40#97; Matt wrote

We should just hide the Amazon.com logo (CSS .login-MediaWiki {display: none} ) until the logo can be done properly.

csteipp wrote on 2014-06-16 15:39:35 (UTC)

It's a sprite with x & y offsets. I sent a patch to @mmodell and @demon. If someone can walk me through arc I can try and upload it here.

mmodell wrote on 2014-06-27 22:26:28 (UTC)

fixed by https://gerrit.wikimedia.org/r/#/c/139442/ and currently submitted for review upstream.