From 2fade6acacc61da549990e35f36f41e305e1ca7e Mon Sep 17 00:00:00 2001 From: Wilson Miner Date: Mon, 10 Apr 2006 19:00:06 +0000 Subject: [PATCH] magic-removal: fixed width problem on date/time popups git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2654 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/media/css/widgets.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/django/contrib/admin/media/css/widgets.css b/django/contrib/admin/media/css/widgets.css index 367b1d1177..bf526bfd66 100644 --- a/django/contrib/admin/media/css/widgets.css +++ b/django/contrib/admin/media/css/widgets.css @@ -42,10 +42,10 @@ p.file-upload { line-height:20px; margin:0; padding:0; color:#666; font-size:11p .file-upload .deletelink { margin-left:5px; } /* CALENDARS & CLOCKS */ -.calendarbox, .clockbox { margin:5px auto; width: 10em; text-align: center; background:white; position:relative; } -.clockbox { width:6em; } +.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:99%; } .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; }