enter.html: align verify-sent button + link with the other views #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/verifysent-align"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Verify-sent "Resend email" button used a fixed
margin-top:20px, so it floated up near the heading. Switched tomargin-top:auto(matching how the other views pin their submit button), so it drops to the same height as "Create account" and the "Back to sign in" text link sits right below it, where "I already have an account" is on the register view. One inline-style change.