]> git.wh0rd.org Git - tt-rss.git/commitdiff
fix pref-tabs display for IE7
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 29 Apr 2007 06:19:14 +0000 (07:19 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 29 Apr 2007 06:19:14 +0000 (07:19 +0100)
ie7.css
prefs.php
tt-rss.css

diff --git a/ie7.css b/ie7.css
index 8b137891791fe96927ad78e64b0aad7bded08bdc..5725834525994bd1eb01a13ae71ec8d4bf970777 100644 (file)
--- a/ie7.css
+++ b/ie7.css
@@ -1 +1,3 @@
-
+div.prefsTabSelected {
+       bottom : 1px;
+}
index e53ebcdd3a5422226e6218db18576e53ff23397c..73e493d6136e0303e63f3ed4b5865a88451e87e2 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -82,8 +82,6 @@ window.onload = init;
 
 <ul id="debug_output"></ul>
 
-<div id="notify" class="notify"><span id="notify_body">&nbsp;</span></div>
-
 <div id="fatal_error"><div id="fatal_error_inner">
        <h1>Fatal Error</h1>
        <div id="fatal_error_msg"><?php echo __('Unknown Error') ?></div>
@@ -134,6 +132,8 @@ window.onload = init;
        </noscript>
 </div>
 
+<div id="notify" class="notify"><span id="notify_body">&nbsp;</span></div>
+
 <div id="prefFooter">
        <?php if (defined('_DEBUG_USER_SWITCH')) { ?>
                <select id="userSwitch" onchange="userSwitch()">
index d9de1cac55d292054e2f37b96a231c145063486f..45d2b2820e477c819328058ab69398d1614257cc 100644 (file)
@@ -572,13 +572,13 @@ div.prefsTabSelected {
        font-size : 9pt;
        font-family : "Lucida Grande", Tahoma, sans-serif;
        position : relative;
-       bottom : -2px;
+       bottom : 0px;
        border-collapse : collapse;
        -moz-border-radius : 3px;
        font-weight : bold;
        min-width : 100px;
        text-align : center;
-       z-index : 999;
+       z-index : 2;
 }
 
 div.notice {