summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 07:33:52 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 07:33:52 +0100
commit1f8274d3c12fdfe354fa9393f67c2a41accf7855 (patch)
tree183242579834c7419a99498145d90c89d5cacba2
parentf335e9659dcf565e2cf1fdc3901255d95541c575 (diff)
switch pref tabs back to old-style due to compatibility issues
-rw-r--r--ie7.css4
-rw-r--r--prefs.php2
-rw-r--r--tt-rss.css8
3 files changed, 8 insertions, 6 deletions
diff --git a/ie7.css b/ie7.css
index 572583452..25af28654 100644
--- a/ie7.css
+++ b/ie7.css
@@ -1,3 +1,3 @@
-div.prefsTabSelected {
+/* div.prefsTabSelected {
bottom : 1px;
-}
+} */
diff --git a/prefs.php b/prefs.php
index ca48f43fa..4893aa618 100644
--- 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>
diff --git a/tt-rss.css b/tt-rss.css
index 8c1f7911e..69f191cda 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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 {