My login page emboss the login forms and button in a centered box.
Above it I put you login with social buttons.
I've found that:
- you're enclosing your module button in a <span></span> tag
- such a block contains buttons that are tagged with a "pull left" class
Actual login page is available here:
www.radaeepdf.com/login
It seems the decision to use the <span> tag instead a <div> don't allow me to override your stylesheet as I'd like.
I will modify your scripts and substitute the span tag with a div one.
Hopefully I'll be able to get the result I'm willing.
Why you decided such a structure?
<span>
<div>Login:</div>
<div>facebook</div>
<div>LinkedIn</div>
<div>GitHub</div>
</span>