From 11befbb22ff3761a1d29c93fd80cc7b75502bd84 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Sep 2006 05:15:28 +0100 Subject: subtoolbar is now sticky --- tt-rss.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index aa4c96c6c..d01699aa6 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1285,7 +1285,7 @@ div.headlines_normal { height : 305px; top : 85px; right : 0px; - overflow : auto; + overflow : hidden; font-size : small; border-collapse : collapse; } @@ -1337,3 +1337,16 @@ div.headlines_cdm { margin-left : 1px; background-color : white; } + +#headlineActionsTop { +/* border-width : 0px 0px 1px 0px; + border-style : solid; + border-color : #c0c0c0; + background-color : #fafafa; */ + font-size : x-small; +} + +#headlinesInnerContainer { + height : 280px; + overflow : auto; +} -- cgit v1.2.3