﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
7710	TextField's styled differently compared to trunk	Horst Gutmann <zerok@…>	nobody	"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""?"		closed	contrib.admin	newforms-admin		duplicate	nfa-someday, trivial, css, styling	zerok@…	Unreviewed	0	0	0	0	0	0
