mnoorenberghe / webtrees-facebook

Facebook integration for webtrees genealogy software
https://mnoorenberghe.github.io/webtrees-facebook/
GNU General Public License v2.0
13 stars 5 forks source link

Alignment was not good #8

Closed braulioholtz closed 10 years ago

braulioholtz commented 10 years ago

captura de tela de 2013-12-30 00 16 48

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: captura de tela de 2013-12-30 01 28 26

mnoorenberghe commented 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