Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Change size of input boxes


chrishajer
Participant

@chrishajer

In style.css you can add something like this:

form td input {
height: 2em;
}

That will make the boxes taller. Not sure what else that affects, but it works for the login form. Just not sure if it inadvertently affects something else.

More: http://www.sitepoint.com/print/style-web-forms-css

Skip to toolbar