Fixed Twitter and google login buttons (RTL issue)

refael

Well-known member
Licensed customer
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`.
 
Fixed -- just added a background position to force it to right in RTL.
 
Back
Top Bottom