#8499: Admin Fieldset changed css from 'error' to 'errors' -----------------------------+---------------------------------------------- Reporter: rmyers | Owner: rmyers Status: new | Milestone: 1.0 Component: Admin interface | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | -----------------------------+---------------------------------------------- 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. -- Ticket URL: <http://code.djangoproject.com/ticket/8499> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
