﻿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
2719	styles for edit_inline broken, forms.css	patrick@…	Adrian Holovaty	"when using edit_inline=models.STACKED, the admin-interface looks strange.
with changing the following lines in forms.css it´s fine again:

label.inline { margin-left:20px; }
TO: label.inline { font-weight:normal !important; color:#666; font-size:12px; }

.aligned label.inline { display:inline; float:none; }
TO: .aligned label.inline { display:block; padding:0 1em 3px 0; float:left; width:8em; }"	defect	closed	contrib.admin		normal	duplicate			Unreviewed	0	0	0	0	0	0
