Django

Code

Changeset 6210

Show
Ignore:
Timestamp:
09/14/07 14:49:51 (1 year ago)
Author:
wilson
Message:

Fixed 3136: Set .clockbox admin widget to auto width to allow for longer headers in other languages.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/contrib/admin/media/css/widgets.css

    r2809 r6210  
    4444/* CALENDARS & CLOCKS */ 
    4545.calendarbox, .clockbox { margin:5px auto; font-size:11px; width:16em; text-align:center; background:white; position:relative; } 
    46 .clockbox { width:9em; } 
     46.clockbox { width:auto; } 
    4747.calendar { margin:0; padding: 0; } 
    4848.calendar table { margin:0; padding:0; border-collapse:collapse; background:white; width:99%; }