Author: russellm
Date: 2010-08-28 08:19:49 -0500 (Sat, 28 Aug 2010)
New Revision: 13662
Modified:
django/branches/releases/1.2.X/django/contrib/admin/media/css/base.css
Log:
[1.2.X] Fixed #13723 -- Improved the legibility of hyperlinks included in admin
validation error messages. Thanks to Sebastian Noack for the suggestion and
patch.
Backport of r13659 from trunk.
Modified: django/branches/releases/1.2.X/django/contrib/admin/media/css/base.css
===================================================================
--- django/branches/releases/1.2.X/django/contrib/admin/media/css/base.css
2010-08-28 13:19:28 UTC (rev 13661)
+++ django/branches/releases/1.2.X/django/contrib/admin/media/css/base.css
2010-08-28 13:19:49 UTC (rev 13662)
@@ -478,6 +478,11 @@
background: red url(../img/admin/icon_alert.gif) 5px .3em no-repeat;
}
+.errorlist li a {
+ color: white;
+ text-decoration: underline;
+}
+
td ul.errorlist {
margin: 0 !important;
padding: 0 !important;
--
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.