Opened 17 years ago
Closed 17 years ago
#7710 closed (duplicate)
TextField's styled differently compared to trunk
| Reported by: | 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"?
Duplicate of #5609.