Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alignment with regular textboxes and field labels #3

Closed
justingit opened this issue Dec 3, 2009 · 0 comments
Closed

Alignment with regular textboxes and field labels #3

justingit opened this issue Dec 3, 2009 · 0 comments
Labels

Comments

@justingit
Copy link
Owner

The f=profile_login screen shows input fields which are badly vertical aligned:

Adding "margin-top:-5px;" to these input fields will correct this, the same way as already done with:

input.full {
width:95%;
margin-top:-5px;
}
input.midi {
margin-top:-5px;
width:50%;
}

from default_css.css.

Also I would like to see these input fields much wider otherwise even a short email address like myname@mydomain.com cannot be shown at once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant