Closed braulioholtz closed 10 years ago
Hello, I think the existing horizontal alignment is better to make it clear you can use one login system or the other. If you want to make this change in your own CSS feel free but I don't think I'll make this change for everyone.
Thanks
I changed the
for
'<div id="facebook-login-box" style="display: inline-block">' +
for
'<div id="facebook-login-box">' +
and
#facebook-login-box { display: inline-block; padding-right: 1em; }
for
#facebook-login-box { display: block; padding-right: 1em; }
result: