mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +00:00
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
This commit is contained in:
parent
491f0e1c10
commit
2fade6acac
@ -42,8 +42,8 @@ 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 caption, .calendarbox h2 { margin: 0; font-size:11px; text-align:center; border-top:none; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user