﻿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
4198	admin javascript calendar spacing problem	Gary Wilson <gary.wilson@…>	xian	"See the right edge of the calendar in the attached screen capture.

Setting the table's width to 100% seems to make the gap disappear (at least in Firefox on Linux).

{{{
#!diff
Index: django/contrib/admin/media/css/widgets.css
===================================================================
--- django/contrib/admin/media/css/widgets.css  (revision 5135)
+++ django/contrib/admin/media/css/widgets.css  (working copy)
@@ -45,7 +45,7 @@
 .calendarbox, .clockbox { margin:5px auto; font-size:11px; width:16em; text-align:center; background:white; position:relative; }
 .clockbox { width:9em; }
 .calendar { margin:0; padding: 0; }
-.calendar table { margin:0; padding:0; border-collapse:collapse; background:white; width:99%; }
+.calendar table { margin:0; padding:0; border-collapse:collapse; background:white; width:100%; }
 .calendar caption, .calendarbox h2 { margin: 0; font-size:11px; text-align:center; border-top:none; }
 .calendar th { font-size:10px; color:#666; padding:2px 3px; text-align:center; background:#e1e1e1 url(../img/admin/nav-bg.gif) 0 50% repeat-x; border-bottom:1px solid #ddd; }
 .calendar td { font-size:11px; text-align: center; padding: 0; border-top:1px solid #eee; border-bottom:none; }
}}}

So anyone know a reason why this needs to be 99%?  Is this needed so that other browsers don't break?"	Bug	closed	contrib.admin	dev	Normal	fixed		Flavio Curella	Ready for checkin	1	0	0	0	1	1
