]> git.mjollnir.org Git - moodle.git/commitdiff
New IE-only css
authormoodler <moodler>
Wed, 24 Jan 2007 13:22:11 +0000 (13:22 +0000)
committermoodler <moodler>
Wed, 24 Jan 2007 13:22:11 +0000 (13:22 +0000)
theme/standard/ie6.css [new file with mode: 0755]
theme/standard/ie7.css [new file with mode: 0755]

diff --git a/theme/standard/ie6.css b/theme/standard/ie6.css
new file mode 100755 (executable)
index 0000000..5f42695
--- /dev/null
@@ -0,0 +1,23 @@
+.tabtree {
+    height: 100%;
+}
+
+.tabrow0 {
+    padding-top: 6px;
+}
+
+.tabrow0 LI.first {
+    margin-left: -4px;
+}
+
+.tabrow0 A {
+    padding: 0 0 0 1em;
+}
+
+.tabrow0 A span {
+    padding: 12px 1em 4px 0;
+}
+
+.tabrow0 UL {
+   top: 2.4em; 
+}
diff --git a/theme/standard/ie7.css b/theme/standard/ie7.css
new file mode 100755 (executable)
index 0000000..367de8d
--- /dev/null
@@ -0,0 +1,13 @@
+.tabrow0 A {
+    display: inline-block;
+    padding-top: 8px;
+    padding-bottom: 8px;
+}
+
+.tabrow0 A span {
+    padding: 12px 1em 8px 0;
+}
+
+.tabrow0 UL {
+   top: 2.6em; 
+}