On Thu, Apr 4, 2013 at 7:54 PM, Philippe Wittenbergh <e...@l-c-n.com> wrote:

>
> Why don't you set a width on the parent <p> elements? At the moment their
> width depends on the width of the content (the form fields), which has
> different values.
>
> From there, if it is crucial for you that textfields and select boxes have
> the same width, you can set their width to 100%, and add:
>
> input[type="text"], select {
>         -moz-box-sizing: border-box;
>         box-sizing: border-box;
> }
>

Thanks, Philippe. That helped me get it sorted out. Cheers!
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to