]> git.wh0rd.org Git - tt-rss.git/commitdiff
switch pref tabs back to old-style due to compatibility issues
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 17 May 2007 06:33:52 +0000 (07:33 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 17 May 2007 06:33:52 +0000 (07:33 +0100)
ie7.css
prefs.php
tt-rss.css

diff --git a/ie7.css b/ie7.css
index 5725834525994bd1eb01a13ae71ec8d4bf970777..25af28654284f7aa2616537e6b9729ae4b5c4acd 100644 (file)
--- a/ie7.css
+++ b/ie7.css
@@ -1,3 +1,3 @@
-div.prefsTabSelected {
+/* div.prefsTabSelected {
        bottom : 1px;
-}
+} */
index ca48f43fa4bc11258c17083ca99ac14e69278da6..4893aa618e027af206da770c0b3708fea519863a 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -93,6 +93,7 @@ window.onload = init;
        <img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>   
 </div>
 
+<div id="prefTabs">
                <div class="return">
                        <a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
                </div>
@@ -117,6 +118,7 @@ window.onload = init;
                <div id="userConfigTab" class="prefsTab" 
                        onclick="selectTab('userConfig')"><?php echo __('User Manager') ?></div>
                <?php } ?>              
+</div>
 
 <div id="prefContent">
        <p><?php echo __('Loading, please wait...') ?></p>
index 8c1f7911eb25e3c5a74ef4649b3050f5b9bd41e9..69f191cda7b65b9c831af9a25c6c2f482f77b299 100644 (file)
@@ -570,12 +570,12 @@ div.prefsTab {
        padding : 3px 5px 3px 5px;
        font-size : 9pt;
        font-family : "Lucida Grande", Tahoma, sans-serif;
-       position : relative;
-       bottom : -2px;
        border-collapse : collapse;
        -moz-border-radius : 3px;
        min-width : 100px;
        text-align : center;
+       cursor : pointer;
+       height : 20px;
 }
 
 div.prefsTabSelected {
@@ -588,14 +588,14 @@ div.prefsTabSelected {
        background-color : #ecf4ff;
        font-size : 9pt;
        font-family : "Lucida Grande", Tahoma, sans-serif;
-       position : relative;
-       bottom : -1px;
        border-collapse : collapse;
        -moz-border-radius : 3px;
        font-weight : bold;
        min-width : 100px;
        text-align : center;
        z-index : 2;
+       cursor : pointer;
+       height : 20px;
 }
 
 div.notice {