MDL-10556 :: absolute positioning removed - I am powerless against Microsofts ignorance
authorurs_hunkler <urs_hunkler>
Mon, 23 Jul 2007 11:40:39 +0000 (11:40 +0000)
committerurs_hunkler <urs_hunkler>
Mon, 23 Jul 2007 11:40:39 +0000 (11:40 +0000)
theme/custom_corners/styles_ie6.css
theme/custom_corners/styles_ie7.css
theme/custom_corners/user_styles.css

index 848e9b9afe787f05fd4f00b8efa0e68a46018e22..e2f5a461b26c4d27ade76cf7521495c651e7cc6b 100644 (file)
@@ -13,10 +13,4 @@ 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
index 7b598342a2607b57bba2c98c4b8117d5b773f70c..b1bf49e89c5b0f79e668e2b45999bf05a9efbe05 100644 (file)
@@ -13,9 +13,4 @@ div.i1 {
 }
 div#header div.i3 {
     min-width: 0;
-}
-div.headermenu {
-    float: none;
-    top: expression(this.parentNode.top + 12 + 'px');
-    right: expression(this.parentNode.right + 12 + 'px');
 }
\ No newline at end of file
index 3835c3a97d7bbe0269cae72bb1c27a4e8935aa2d..5fd626e35893fb41473994d2331894a4c35b085b 100644 (file)
@@ -127,13 +127,9 @@ p.copyright {
   text-align: center;
 }
 div.headermenu {
-  font-size: 0.75em;
-  position: absolute;
-  top: 12px;
-  right: 12px;
-  /*  background-color: #cccccc;
-  */
+  margin: 0;
   padding: 3px;
+  font-size: 0.75em;
 }
 div.headermenu div.logininfo {
   margin-bottom: 0.2em;