merged
authorurs_hunkler <urs_hunkler>
Mon, 6 Aug 2007 19:47:37 +0000 (19:47 +0000)
committerurs_hunkler <urs_hunkler>
Mon, 6 Aug 2007 19:47:37 +0000 (19:47 +0000)
theme/chameleon/meta.php [new file with mode: 0644]
theme/chameleon/styles_ie6.css [new file with mode: 0644]
theme/chameleon/styles_ie7.css [new file with mode: 0644]

diff --git a/theme/chameleon/meta.php b/theme/chameleon/meta.php
new file mode 100644 (file)
index 0000000..23caf6c
--- /dev/null
@@ -0,0 +1,6 @@
+<!--[if IE 7]>
+    <link rel="stylesheet" type="text/css" href="<?php echo $CFG->httpswwwroot ?>/theme/chameleon/styles_ie7.css" />
+<![endif]-->
+<!--[if IE 6]>
+    <link rel="stylesheet" type="text/css" href="<?php echo $CFG->httpswwwroot ?>/theme/chameleon/styles_ie6.css" />
+<![endif]-->
diff --git a/theme/chameleon/styles_ie6.css b/theme/chameleon/styles_ie6.css
new file mode 100644 (file)
index 0000000..d13b14e
--- /dev/null
@@ -0,0 +1,36 @@
+/*
+ * These styles are ONLY included for IE 6 (via meta.php)
+ */
+div.breadcrumb span.sep {
+  font-family: arial, sans-serif;
+}
+.tabtree {
+  height: 100%;
+}
+.tabrow0 {
+  padding-top: 10px;
+}
+.tabrow0 li {
+  margin: 0;
+  /*padding: 0;*/
+}
+.tabrow0 li.first {
+  margin: 0;
+}
+.tabrow0 li.last a {
+  margin-right: 0;
+}
+.tabrow0 li.onerow {
+  margin-right: 0;
+}
+.tabrow0 a {
+  padding: 0 5px 5px;
+}
+.tabrow0 a span {
+  padding: 0;
+}
+.tabrow0 div,
+.tabrow0 ul {
+  top: 100%;
+  padding: 0 0 3px 0;
+}
\ No newline at end of file
diff --git a/theme/chameleon/styles_ie7.css b/theme/chameleon/styles_ie7.css
new file mode 100644 (file)
index 0000000..e0badd1
--- /dev/null
@@ -0,0 +1,31 @@
+/*
+ * These styles are ONLY included for IE 7 (via meta.php)
+ */
+.tabrow0 {
+  padding-top: 5px;
+}
+.tabrow0 li {
+  margin-left: 0;
+}
+.tabrow0 li.first {
+  margin-right: 0;
+}
+.tabrow0 li.onerow {
+  margin-right: 0;
+}
+.tabrow0 a {
+  display: inline-block;
+  padding: 0 5px 5px;
+  line-height: 1.5em;
+}
+.tabrow0 a span {
+  padding: 0;
+}
+.tabrow0 div,
+.tabrow0 ul {
+  top: 2.6em;
+  padding: 0 0 3px 0;
+}
+.tabrow0 div.empty {
+  margin-right: 0;
+}
\ No newline at end of file