#7710: TextField's styled differently compared to trunk
-------------------------------------------------+--------------------------
Reporter: Horst Gutmann <[EMAIL PROTECTED]> | Owner: nobody
Status: new | Milestone:
Component: Admin interface | Version: newforms-admin
Keywords: nfa-someday, trivial, css, styling | Stage: Unreviewed
Has_patch: 0 |
-------------------------------------------------+--------------------------
It seems like some of the old definitions in
django/contrib/admin/media/css/forms.css are no longer relevant in NFA.
For example normal TextFields no longer get the .vLargeTextField class
attached to them compared to how oldforms styled those elements:
{{{
.vLargeTextField, .vXMLLargeTextField { width:48em; }
}}}
I guess this requires a little design decision: Should normal textareas be
treated as a whole with the same setting (so without a special widget) or
should the old behaviour be restored with the custom .vLargeTextField
class attached to every "LargeTextField"?
--
Ticket URL: <http://code.djangoproject.com/ticket/7710>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---