Info
- 3 posts
- 2 voices
- Started 4 years ago by ericakadisco
- Latest reply from ericakadisco
- This topic is resolved
Change size of input boxes
-
- Posted 4 years ago #
Hi,
How do you change the size, mainly height, of the input boxes in registration.php like in http://bbpress.org/forums/register.php?
You might need to log out and go to that page to see what I'm talking about. I want to change the height of the input boxes next to username, e-mail, website, etc.
Thanks,
Eric
-
- Posted 4 years ago #
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.
-
- Posted 4 years ago #
Cool, thanks, man. That's exactly what I wanted to do.
Eric
-
You must log in to post.