Ferd,
Very glad to hear you're liking JFBConnect, and definitely happy to hear how it's condensed your extensions from 3 to one!
As for your question about making things horizontal in the logout area, you can try some of the following. In the module parameters, add a "Module Class Suffix", like "-sclogin". Then, kn your template's CSS file, add:
.moduletable-sclogin img { float: left; }
.sc_connect_user {float: left; }That may effect your login image though, so not sure if that will help.
If necessary, you can create a template override by copying /modules/mod_sclogin/tmpl/logout.php to /templates/<YOUR_TEMPLATE>/html/mod_sclogin/logout.php
Once there, edit it and you can add classes and styles as necessary to re-arrange things. By copying it, it ensures that your changes won't be overridden when you upgrade JFBConnect in the future.
I'm realizing that our logout module could use a little more flexibility.. sorry about that
Hope that all helps, and let us know if you need anything else, or have any feedback overall!
Alex