From 1f8274d3c12fdfe354fa9393f67c2a41accf7855 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 May 2007 07:33:52 +0100 Subject: switch pref tabs back to old-style due to compatibility issues --- tt-rss.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tt-rss.css') 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 { -- cgit v1.2.3