Re: Change size of input boxes
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.