summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-04-29 07:19:14 +0100
committerAndrew Dolgov <[email protected]>2007-04-29 07:19:14 +0100
commit1d8e4418afe00bf9cfb423549fea618102545540 (patch)
tree1bf31966598b383e307cab021c949494f6f4b9f6 /tt-rss.css
parentbe5b75da89697c8f5f35e652165fb5348a8927b4 (diff)
fix pref-tabs display for IE7
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index d9de1cac5..45d2b2820 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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 {