summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 14:18:17 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 14:18:17 +0100
commit6eee47b83b1ed849d5a3483a7e48dc419a75defa (patch)
treedc1a0a99cb1d9e9e92d957d5e252c39560db6d20 /tt-rss.css
parent35a03bddc2b2b0ca18bf549a604788afc8f5422c (diff)
yet another pref tabs fix for Safari
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 47152d2b6..d69e23035 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -575,7 +575,8 @@ div.prefsTab {
min-width : 100px;
text-align : center;
cursor : pointer;
- height : 20px;
+ position : relative;
+ bottom : -2px;
}
div.prefsTabSelected {
@@ -593,9 +594,10 @@ div.prefsTabSelected {
font-weight : bold;
min-width : 100px;
text-align : center;
- z-index : 2;
cursor : pointer;
- height : 20px;
+ position : relative;
+ bottom : -2px;
+
}
div.notice {