Opened 16 years ago

Closed 16 years ago

#7710 closed (duplicate)

TextField's styled differently compared to trunk

Reported by: Horst Gutmann <zerok@…> Owned by: nobody
Component: contrib.admin Version: newforms-admin
Severity: Keywords: nfa-someday, trivial, css, styling
Cc: zerok@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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"?

Change History (1)

comment:1 by Brian Rosner, 16 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #5609.

Note: See TracTickets for help on using tickets.
Back to Top