changing the form input field area

3 messages Options
Embed this post
Permalink
isaac

changing the form input field area

Reply Threaded More More options
Print post
Permalink
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
mraible

Re: changing the form input field area

Reply Threaded More More options
Print post
Permalink
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 <[hidden email]> 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: [hidden email]
For additional commands, e-mail: [hidden email]

isaac

Re: changing the form input field area

Reply Threaded More More options
Print post
Permalink
Matt,
I tried changing the values in the SIZE section but no luck. I ended up adding the value size="" to the input filed in the jsp page itself

Thanks
>>

mraible wrote:
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@hotmail.com> 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@appfuse-css.dev.java.net
For additional commands, e-mail: dev-help@appfuse-css.dev.java.net