]> git.wh0rd.org - tt-rss.git/commitdiff
yet another pref tabs fix for Safari
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 17 May 2007 13:18:17 +0000 (14:18 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 17 May 2007 13:18:17 +0000 (14:18 +0100)
tt-rss.css

index 47152d2b609489f843f63608484739b1b6bf2901..d69e23035c09077af1fa9c17cd62ecc01a04fcee 100644 (file)
@@ -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 {