Authorizing access (https://api.login.yahoo.com/oauth/v2/request_auth)
Hi, as I haven't found other place - I'd like to put this message here:
We just started to use Yahoo for quick authorizations of clients to our e-shop (like alternative to Google and facebook social logins).
Unfortunately design of Yahoo authorization page is very poor and sometimes even unreadable, for example button below text "I agree to the Yahoo Additional Terms of Service".
We propose your development team to check at least some CSS files on your server like this:
REPLACE:
.pure-button-primary {
background-color: #3e2582;
height: 35px;
font-size: 115%;
font-weight: normal;
border: 0; }
TO
.pure-button-primary {
background-color: #3e2582;
height: 38px;
font-size: 115%;
font-weight: normal;
border: 0;
color: white;
width: 100%; }
Please check it!
best regards, Vito
