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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]