Django

Code

Ticket #7710 (closed: duplicate)

Opened 5 months ago

Last modified 5 months ago

TextField's styled differently compared to trunk

Reported by: Horst Gutmann <zerok@zerokspot.com> Assigned to: nobody
Milestone: Component: django.contrib.admin
Version: newforms-admin Keywords: nfa-someday, trivial, css, styling
Cc: zerok@zerokspot.com Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

Attachments

Change History

07/10/08 15:08:03 changed by brosner

  • status changed from new to closed.
  • needs_better_patch changed.
  • resolution set to duplicate.
  • needs_tests changed.
  • needs_docs changed.

Duplicate of #5609.


Add/Change #7710 (TextField's styled differently compared to trunk)




Change Properties
Action