Lower 'login with facebook' button

Jeffin

Well-known member
This is concerning beta 6. After the login username and password box have been enlarged, the 'login with facebook' button looks slightly out of place when compared to the username box. I think it should be lowered in line the with the top of the username box. It was good with beta 5. Just a small styling issue may be. :)
 
Upvote 0
In the meantime, you can edit this css to align it if you wish:

Code:
#loginBar form.eAuth #eAuthUnit {
position: absolute;
right: 0px;
top: 5px;
}
 
Agreed. I have fixed it by changing

#eAuthUnit li { margin-bottom: 10px; }

to

#eAuthUnit li { margin-top: 10px; }

Screen shot 2011-01-14 at 00.20.54.webp
 
Top Bottom