Author: julien
Date: 2011-09-12 20:10:07 -0700 (Mon, 12 Sep 2011)
New Revision: 16822
Modified:
django/trunk/django/contrib/admin/static/admin/css/widgets.css
Log:
Fixed #4198 -- Fixed a small styling issue in the admin calendar widget. Thanks
to Gary Wilson and fcurella.
Modified: django/trunk/django/contrib/admin/static/admin/css/widgets.css
===================================================================
--- django/trunk/django/contrib/admin/static/admin/css/widgets.css
2011-09-12 07:15:47 UTC (rev 16821)
+++ django/trunk/django/contrib/admin/static/admin/css/widgets.css
2011-09-13 03:10:07 UTC (rev 16822)
@@ -275,7 +275,7 @@
padding: 0;
border-collapse: collapse;
background: white;
- width: 99%;
+ width: 100%;
}
.calendar caption, .calendarbox h2 {
--
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.