diff options
| author | Wilson Miner <wminer@gmail.com> | 2006-06-02 15:17:10 +0000 |
|---|---|---|
| committer | Wilson Miner <wminer@gmail.com> | 2006-06-02 15:17:10 +0000 |
| commit | cfc546fde6acfe86b650c53a59157bd94cf0c501 (patch) | |
| tree | 3a7ba9a8d60424e5db7daee3a9c9c4a14f9c2c9b /django/contrib/admin/media/css/patch-iewin.css | |
| parent | cdee1fc9da0e96acf895d49c88fed392a6da568a (diff) | |
Fixed #2072 -- Moved IE hacks out of changelists.css into patch-iewin.css to avoid confusion.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/contrib/admin/media/css/patch-iewin.css')
| -rw-r--r-- | django/contrib/admin/media/css/patch-iewin.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/django/contrib/admin/media/css/patch-iewin.css b/django/contrib/admin/media/css/patch-iewin.css index b2e6a4c560..2de1305e44 100644 --- a/django/contrib/admin/media/css/patch-iewin.css +++ b/django/contrib/admin/media/css/patch-iewin.css @@ -3,4 +3,6 @@ * html .colSM #content-related { margin-right:10px; margin-left:-115px; position:static; } /* put the left sidebars back on the page */ * html .form-row { height:1%; } * html .dashboard #content { width:768px; } /* proper fixed width for dashboard in IE6 */ -* html .dashboard #content-main { width:535px; } /* proper fixed width for dashboard in IE6 */
\ No newline at end of file +* html .dashboard #content-main { width:535px; } /* proper fixed width for dashboard in IE6 */ +* html #changelist-filter ul { margin-right:-10px; } /* fix right margin for changelist filters in IE6 */ +* html .change-list .filtered { height:400px; } /* IE ignores min-height, but treats height as if it were min-height */
\ No newline at end of file |
