From 673d54caa558f33950e8534be5a9906f6345acb1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 20 May 2006 10:41:47 +0100 Subject: various interface improvements/fixes --- tt-rss.css | 34 ++++++++++------------------------ 1 file changed, 10 insertions(+), 24 deletions(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 3c93b7ff6..43128a7ec 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -807,30 +807,6 @@ table.headlinesList tr td { padding : 2px 0px 2px 0px; } -/* -tr.even td.headlineContent, tr.evenUnread td.headlineContent { - display : block; - overflow : hidden; - height : 1em; - background-color : #f0f0f0; -} - -tr.odd td.headlineContent, tr.oddUnread td.headlineContent { - display : block; - overflow : hidden; - height : 1em; -} - -tr.oddSelected td.headlineContent, -tr.evenSelected td.headlineContent, -tr.oddUnreadSelected td.headlineContent, -tr.evenUnreadSelected td.headlineContent { - display : block; - overflow : hidden; - height : 1em; - background-color : #e0e0ff; -} */ - div.postHeader td.postDate { font-size : x-small; text-align : right; @@ -952,6 +928,16 @@ ul.userFeedList { -moz-border-radius : 5px; } */ +ul.filterTestResults { + height : 300px; + overflow : auto; + list-style-type : none; + margin : 0px 0px 5px 0px; + padding : 0px; + border : 1px solid #88b0f0; + background-color : white; +} + ul.browseFeedList { height : 300px; overflow : auto; -- cgit v1.2.3