bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

Change size of input boxes

(3 posts)
  • Started 7 months ago by ericakadisco
  • Latest reply from ericakadisco
  • This topic is resolved

Tags:

  1. 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

    Posted 7 months ago #
  2. 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

    Posted 7 months ago #
  3. ericakadisco
    Member

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

    Eric

    Posted 7 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.