﻿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
8499	Admin Fieldset changed css from 'error' to 'errors'	Robert Myers	Robert Myers	"It looks like it may have been just a little oversite. But the new admin changed the css that was applied to the form-row div. It use to be error now it is errors. While this may be technically correct it is a silly change to make since it will require everyone who was using error to style up the row differently.

Case point one: [http://code.djangoproject.com/ticket/5873]

I think that change should be reverted.

Also if this is not changed then you will need to alter the global.css file Here is the relevant part:

{{{
/* MESSAGES & ERRORS */

# snip #

.error { background:#ffc; }
.error input, .error select { border:1px solid red; }

}}}

And it should be listed in Backwards incompatible Changes if it is not reverted."		closed	contrib.admin	dev		fixed			Unreviewed	1	0	0	0	0	0
