From: jordan Date: Mon, 9 May 2011 17:33:49 +0000 (+0000) Subject: IE6 fixed positioning fix X-Git-Tag: live~280 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/acb3d30094867c8cbb49bc2c8d57c0771bcf7790 IE6 fixed positioning fix git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1033 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/media/style/default.css b/forum/skins/default/media/style/default.css index c8b41f2..0cfd336 100644 --- a/forum/skins/default/media/style/default.css +++ b/forum/skins/default/media/style/default.css @@ -20,8 +20,12 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq vertical-align: baseline; background: transparent; } +html, body { + height: 100%; + overflow: auto; +} body{ - font-family: "segoe ui",Helvetica,"Microsoft YaHei",ËÎÌå,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif; + font-family: "segoe ui",Helvetica,"Microsoft YaHei",����,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif; font-size: 80%; margin:0; @@ -29,6 +33,12 @@ body{ text-align:center; line-height: 1; } +.wrapper { + position: relative; + width: 100%; + height: 100%; + overflow: auto; +} blockquote, q { quotes: none; @@ -48,7 +58,7 @@ input, select, button, textarea { border: 1px solid #999; font-size:100%; - font-family:"segoe ui",Helvetica,"Microsoft YaHei",ËÎÌå,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif; + font-family:"segoe ui",Helvetica,"Microsoft YaHei",����,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif; } input @@ -131,7 +141,7 @@ h2 { font-weight:bold; margin-bottom:7px; } -h3 {display:block;font-size:120%;font-family:Trebuchet MS,"segoe ui",Helvetica,"Microsoft YaHei",ËÎÌå,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;font-weight:bold;} +h3 {display:block;font-size:120%;font-family:Trebuchet MS,"segoe ui",Helvetica,"Microsoft YaHei",����,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;font-weight:bold;} h3 a:visited{ color:#86B0E1; } @@ -715,7 +725,7 @@ h4 {display:block;font-size:90%; font-family:Verdana;color:#ccc;} padding: 2px 4px 2px 4px; text-decoration: none; height:20px; - font-family:Microsoft Yahei,ËÎÌå,Tahoma; + font-family:Microsoft Yahei,����,Tahoma; font-size: 90%; line-height: 2.2; white-space:nowrap; @@ -953,7 +963,7 @@ div.grippie { } .openid-samples .list, .list li{ - font-family:Trebuchet MS,"segoe ui",Helvetica,"Microsoft YaHei",ËÎÌå,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif; + font-family:Trebuchet MS,"segoe ui",Helvetica,"Microsoft YaHei",����,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif; list-style:none !important; margin-left:-30px !important; line-height:20px !important; diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index 84b2c23..f2c73a5 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -1199,6 +1199,10 @@ ins { z-index: 100; } +* html .notify { + position: absolute; +} + .notify p { font-size: 16px; margin-bottom: 5px; diff --git a/forum/skins/default/templates/base_content.html b/forum/skins/default/templates/base_content.html index 8bae0ea..8e5d7a5 100644 --- a/forum/skins/default/templates/base_content.html +++ b/forum/skins/default/templates/base_content.html @@ -72,16 +72,7 @@ {% loadregistry head_content %}{% endloadregistry %} - +
{% if settings.USE_CUSTOM_HEADER|or_preview:request %}
{{ settings.CUSTOM_HEADER|or_preview:request|static_content:settings.CUSTOM_HEADER_RENDER_MODE }} @@ -142,6 +133,18 @@ })(); {% endif %} +
+ +