evancofer / reddigest-scalafied

A rewrite and revamp of reddigest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spice up login page

evancofer opened this issue · comments

Login page currently looks terrible. Need to find a way for the forms to not look so bad.

Why is the scala "form" passing <dl> and other list style tags (That's why it looks so bad)? I'm going to make a plain html page with the forms in them and have them post to the appropriate pages. Also, we could have them do ajax calls instead.

oh never mind i guess.

The problem is with the forms "helper" constructor. We could write a custom one, but I think I found a way to make it look not too bad.

Also, pull from master, as the last merge brought in a lot of purely html changes.

I think the page I created could resolve some issues, but I'm unsure. I've committed it to my branch if you want to check it out.

done-a-roo