On 9/12/06, Kevin Dangoor <[EMAIL PROTECTED]> wrote:
>
> Are you sure there are no classes already devised for required? (I
> can't look it up at the moment).
The class 'required' is currently added to the form control itself,
but not its label (or the table row/list item). Hmm, it might actually
be simplest to apply it to the <li> or <tr> because then you could do
CSS like this:
.required label { font-weight: bold }
.required input { border: 1px solid red }
.for_checkbox label { font-size: 0.9em }
etc... which would also yield cleaner html than adding it to the label
_and_ the form control itself.
> Also, when putting together a patch, you really want to work from the
> svn copy (and you can do setup.py develop to ensure that your code
> isn't overwritten by installing a new release).
will do.
> Thanks for looking into this!
no prob... needed it for a project anyway.
--i
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---