From 23c2a4e7aefa20361b69751677152762ccef5553 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 1 Oct 2006 05:40:40 +0100 Subject: graycube fixes; code cleanup --- tt-rss.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 39d73a929..3eb4ad8bd 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -379,6 +379,10 @@ tr.title td a:hover { color : black; } +div.feedEditSearch { + float : right; +} + table.prefFeedList td.feedEditCat { font-weight : bold; border-width : 0px 0px 1px 0px; @@ -573,11 +577,6 @@ span.insensitive { } .prefGenericAddBox { - margin : 5px; - font-size : small; -} - -.prefGenericAddBox td { font-size : small; } @@ -1165,6 +1164,10 @@ div.headlines_cdm { height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px'); } +#prefFooter { + display : none; +} + #footer { position : absolute; bottom : 0px; -- cgit v1.2.3