summaryrefslogtreecommitdiff
path: root/django/contrib/admin/media/css/patch-iewin.css
diff options
context:
space:
mode:
authorWilson Miner <wminer@gmail.com>2006-01-30 22:54:10 +0000
committerWilson Miner <wminer@gmail.com>2006-01-30 22:54:10 +0000
commit233708fb683ae2c1cf3e4c00edc2e4842d99a42d (patch)
treefd964844fb2f1ef8754d692ff777711c6c4b8caf /django/contrib/admin/media/css/patch-iewin.css
parent4fd2b3eab9f7a10df78034a3e25f3ac7f73d8189 (diff)
All admin pages except the dashboard now use liquid page widths, except in IE5.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2192 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.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/django/contrib/admin/media/css/patch-iewin.css b/django/contrib/admin/media/css/patch-iewin.css
new file mode 100644
index 0000000000..46531325df
--- /dev/null
+++ b/django/contrib/admin/media/css/patch-iewin.css
@@ -0,0 +1,7 @@
+* html #container { position:static; } /* keep header from flowing off the page */
+* html .colMS #content-related { margin-right:0; margin-left:10px; position:static; } /* put the right sidebars back on the page */
+* html .colSM #content-related { margin-right:10px; margin-left:-115px; position:static; } /* put the left sidebars back on the page */
+* 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 */
+* html #content { width /**/: 768px; } /* fixed width for IE5 */
+* html #content-main { width /**/: 535px; } /* fixed width for IE5 */ \ No newline at end of file