Hello

I'm trying to add some css styling to fields in a formset but there
aren't an good classes to work with.  Each field has a id which could
be used for styling but it has it's index embedded in it.

For example:
id="id_educationequipment_set-0-id"

That's not very helpful for CSS... I'd need to repeat my CSS styles
for every possible index!  Can anyone suggest a way to add extra css
markers to use?

This seems like adding some additional classes would work nicely:
class="field_column1 field_educationequipment_set"

Any advice greatly appreciated.

cheers, Oliver

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to