From 65c7a378cd833300e8fc880ee614d0211aa685fe Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Mon, 23 Jul 2007 11:40:39 +0000 Subject: [PATCH] MDL-10556 :: absolute positioning removed - I am powerless against Microsofts ignorance --- theme/custom_corners/styles_ie6.css | 6 ------ theme/custom_corners/styles_ie7.css | 5 ----- theme/custom_corners/user_styles.css | 8 ++------ 3 files changed, 2 insertions(+), 17 deletions(-) diff --git a/theme/custom_corners/styles_ie6.css b/theme/custom_corners/styles_ie6.css index 848e9b9afe..e2f5a461b2 100644 --- a/theme/custom_corners/styles_ie6.css +++ b/theme/custom_corners/styles_ie6.css @@ -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 diff --git a/theme/custom_corners/styles_ie7.css b/theme/custom_corners/styles_ie7.css index 7b598342a2..b1bf49e89c 100644 --- a/theme/custom_corners/styles_ie7.css +++ b/theme/custom_corners/styles_ie7.css @@ -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 diff --git a/theme/custom_corners/user_styles.css b/theme/custom_corners/user_styles.css index 3835c3a97d..5fd626e358 100644 --- a/theme/custom_corners/user_styles.css +++ b/theme/custom_corners/user_styles.css @@ -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; -- 2.39.5