You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "Kolesnikov, Alexander GNI" <Al...@CIGNA.com> on 2007/08/17 17:48:35 UTC

[T5] BeanEditForm CSS suggestion

I wonder if it would make sense to use a different CSS class for the DIV
that contains the Submit button in BeanEditForm (not t-beaneditor-row)?
I am trying to tweak the button using 
div.t-beaneditor-row input 
style, but whatever I do with it, the same applies to all the other
<input> elements in the form...

Alexander

------------------------------------------------------------------------------
CONFIDENTIALITY NOTICE: If you have received this email in error, please immediately notify the sender by e-mail at the address shown.  This email transmission may contain confidential information.  This information is intended only for the use of the individual(s) or entity to whom it is intended even if addressed incorrectly.  Please delete it from your files if you are not the intended recipient.  Thank you for your compliance.  Copyright 2007 CIGNA
==============================================================================

Re: [T5] BeanEditForm CSS suggestion

Posted by Chris Lewis <ch...@bellsouth.net>.
Alexander,

You can use CSS2 attribute selectors to match only submit input types. 
Try this:

div.t-beaneditor-row input[type="submit"] { font-size: 20px; }

This will match only input elements of type submit.

chris

Kolesnikov, Alexander GNI wrote:
> I wonder if it would make sense to use a different CSS class for the DIV
> that contains the Submit button in BeanEditForm (not t-beaneditor-row)?
> I am trying to tweak the button using 
> div.t-beaneditor-row input 
> style, but whatever I do with it, the same applies to all the other
> <input> elements in the form...
>
> Alexander
>
> ------------------------------------------------------------------------------
> CONFIDENTIALITY NOTICE: If you have received this email in error, please immediately notify the sender by e-mail at the address shown.  This email transmission may contain confidential information.  This information is intended only for the use of the individual(s) or entity to whom it is intended even if addressed incorrectly.  Please delete it from your files if you are not the intended recipient.  Thank you for your compliance.  Copyright 2007 CIGNA
> ==============================================================================
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org