Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change size of input boxes

  • @ericakadisco

    Member

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • @chrishajer

    Participant

    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

    @ericakadisco

    Member

    Cool, thanks, man. That’s exactly what I wanted to do.

    Eric

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar