Hey, all! I think I'm missing something easy here, but I can't seem
to alter the style of a vSelectMultipleField using CSS. Here's my
change_form.htm (events is the name of the ManyToManyField)l:
{% extends "admin/change_form.html" %}
{% block extrastyle %}
<style type="text/css">
.vTextField { width: 50em }
#id_events { width: 50em }
.vSelectMultipleField { width: 50em }
</style>
{% endblock %}
Is it the javascript that's messing this up for me, or am I doing
something wrong?
Thanks!
Branton
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---