﻿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
3112	Newforms needs better CSS class-labels on elements of the output	Brantley	Adrian Holovaty	"For CSS purposes, it would be excellent if the first <td>, containing
the label, had the class ""label"", and the second, containing the
field, had the class ""field"". 

For instance, change:
{{{
<tr><td>Username:</td><td><input type=""text"" name=""username"" /></td></tr>
}}}

To this:

{{{
<tr><td class='label'>Username:</td><td class='field'><input type=""text"" name=""username"" /></td></tr>
}}}

Also, any row for a field that is required could have {{{class='required'}}}.
"	enhancement	closed	Forms		normal	fixed			Unreviewed	0	0	0	0	0	0
