]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-10556 IE has position absolute problems. set to relative
authorurs_hunkler <urs_hunkler>
Sun, 22 Jul 2007 19:18:56 +0000 (19:18 +0000)
committerurs_hunkler <urs_hunkler>
Sun, 22 Jul 2007 19:18:56 +0000 (19:18 +0000)
theme/custom_corners/styles_ie6.css

index 38a38e74a71f08bc27902b0f9793cf4ffa2b7874..848e9b9afe787f05fd4f00b8efa0e68a46018e22 100644 (file)
@@ -14,3 +14,9 @@ div.i1 {
 div#header div.i3 {
     min-width: 0;
 }
+div.headermenu {
+    float: none;
+    position: relative;
+    top: 0;
+    right: 0;
+}
\ No newline at end of file