aboutsummaryrefslogtreecommitdiff
path: root/mod/habitorio_theme/views/default/css/ie6.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/habitorio_theme/views/default/css/ie6.php')
-rw-r--r--mod/habitorio_theme/views/default/css/ie6.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/mod/habitorio_theme/views/default/css/ie6.php b/mod/habitorio_theme/views/default/css/ie6.php
new file mode 100644
index 000000000..cf49d33f2
--- /dev/null
+++ b/mod/habitorio_theme/views/default/css/ie6.php
@@ -0,0 +1,12 @@
+/**
+ * CSS for IE6
+ */
+
+* {zoom: 1;} /* trigger hasLayout in IE */
+
+/* main nav drop-down */
+#elgg-header {z-index:1;}
+
+/* @todo check this one */
+.elgg-button-delete a { background-position-y: 2px; }
+.elgg-button-delete a:hover { background-position-y: -14px; } \ No newline at end of file