diff --git a/ie7.css b/ie7.css
index 57258345..25af2865 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 ca48f43f..4893aa61 100644
--- a/prefs.php
+++ b/prefs.php
@@ -93,6 +93,7 @@ window.onload = init;
+
diff --git a/tt-rss.css b/tt-rss.css
index 8c1f7911..69f191cd 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 {