From cfc546fde6acfe86b650c53a59157bd94cf0c501 Mon Sep 17 00:00:00 2001 From: Wilson Miner Date: Fri, 2 Jun 2006 15:17:10 +0000 Subject: 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 --- django/contrib/admin/media/css/patch-iewin.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'django/contrib/admin/media/css/patch-iewin.css') 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 -- cgit v1.3