summaryrefslogtreecommitdiff
path: root/themes/admin_default/css/fix-ie.css
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-02 20:09:28 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-02 20:09:28 +0000
commit1ce19a994dfcc8c0d79e6a2f9492dcbee8599d86 (patch)
tree3e27a05016434c4c3041f9ac79a2d39e0dab841d /themes/admin_default/css/fix-ie.css
parentb0ba77f9439e30a543f5330f9a5c4846ec5c0ccd (diff)
Set the admin layout to 100% of the window. Add IE fix stylesheet for admin theme, reduce height of admin header.
Diffstat (limited to 'themes/admin_default/css/fix-ie.css')
-rw-r--r--themes/admin_default/css/fix-ie.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/admin_default/css/fix-ie.css b/themes/admin_default/css/fix-ie.css
new file mode 100644
index 00000000..71b399a3
--- /dev/null
+++ b/themes/admin_default/css/fix-ie.css
@@ -0,0 +1,6 @@
+/**
+ * Fix display in IE 7 and earlier
+ */
+#gHeader {
+ zoom: 1;
+}