Author: russellm
Date: 2010-08-28 07:45:03 -0500 (Sat, 28 Aug 2010)
New Revision: 13659

Modified:
   django/trunk/django/contrib/admin/media/css/base.css
Log:
Fixed #13723 -- Improved the legibility of hyperlinks included in admin 
validation error messages. Thanks to Sebastian Noack for the suggestion and 
patch.

Modified: django/trunk/django/contrib/admin/media/css/base.css
===================================================================
--- django/trunk/django/contrib/admin/media/css/base.css        2010-08-28 
12:38:05 UTC (rev 13658)
+++ django/trunk/django/contrib/admin/media/css/base.css        2010-08-28 
12:45:03 UTC (rev 13659)
@@ -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.

Reply via email to