A robust starter web application to ease Java webapp development.

Home | Tutorials | Demos | Issues

 « Return to Thread: changing the form input field area

Re: changing the form input field area

by mraible :: Rate this Message:

Reply to Author | View in Thread

Have you tried changing the sizes:

/* ----- SIZES ----- */
form .small{
    width: 70px;
}

form .medium{
    width: 170px;
}

form .state{
    width: 160px;
}

form .large, form textarea.textarea{
    width: 349px;
}

Matt

On 9/25/07, isaac <minsjose@...> wrote:
>  Hello, I am using deliciouslyblue theme and I am trying to change the size
> of the form elements in userForm. for example to change the background color
> of the input field( ) I tried changing values in the form.css but doesn't
> make any difference to the form. thanks
> ________________________________
>  View this message in context: changing the form input field area
>  Sent from the AppFuse CSS mailing list archive at Nabble.com.
>


--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

 « Return to Thread: changing the form input field area