From 50535505a9fe0b247a675b02515c9f12cc3b5e6e Mon Sep 17 00:00:00 2001 From: Wilson Miner Date: Fri, 31 Oct 2008 23:01:38 +0000 Subject: Added IE conditional comments to contrib.admin base template to block CSS from IE5 and lower and serve a patch to IE6 with IE conditional comments. Removed dependency on CSS hacks and empty null.css file. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9300 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/media/css/patch-iewin.css | 47 -------------------------- 1 file changed, 47 deletions(-) delete mode 100644 django/contrib/admin/media/css/patch-iewin.css (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 deleted file mode 100644 index ab0b9451e0..0000000000 --- a/django/contrib/admin/media/css/patch-iewin.css +++ /dev/null @@ -1,47 +0,0 @@ -/* Keep header from flowing off the page */ - -* html #container { - position: static; -} - -/* Put the right sidebars back on the page */ - -* html .colMS #content-related { - margin-right: 0; - margin-left: 10px; - position: static; -} - -/* Put the left sidebars back on the page */ - -* html .colSM #content-related { - margin-right: 10px; - margin-left: -115px; - position: static; -} - -* html .form-row { - height: 1%; -} - -/* Proper fixed width for dashboard in IE6 */ - -* html .dashboard #content { - width: 768px; -} - -* html .dashboard #content-main { - width: 535px; -} - -/* Fix right margin for changelist filters in IE6 */ - -* html #changelist-filter ul { - margin-right: -10px; -} - -/* IE ignores min-height, but treats height as if it were min-height */ - -* html .change-list .filtered { - height: 400px; -} \ No newline at end of file -- cgit v1.3