Fixed Twitter and google login buttons (RTL issue)

refael

Well-known member
The twitter and google icons in the login buttons stick to the left when using RTL language.

login.webp

From a quick check I saw that background-position wasn't specified for `a.twitterLogin span` and `.googleLogin span`.
 
Top Bottom