From 1a66d16e4689d827268455c28aa3aee8d46b9cb1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 Sep 2005 04:53:29 +0100 Subject: scrollable feedlist (iframe) --- tt-rss.css | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 7f2be2155..37518b3d1 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -45,12 +45,6 @@ td.headlinesToolbar { padding : 10px; } -td.headlinesTitle { - text-align : right; - font-size : large; - font-weight : bold; -} - table.headlinesList td.title, table.headlinesHeader td.title { font-weight : bold; font-size : large; @@ -98,6 +92,10 @@ table.main td.toolbar { width : 300px; } +table.feedsList td { + font-size : x-small; +} + table.main td.header { font-size : 21pt; background-color : #f0f0f0; @@ -112,11 +110,11 @@ table.main td.header { } table.main td.feeds { - width : 250px; + width : 300px; border-width : 1px 1px 0px 0px; border-color : #c0c0c0; border-style : solid; - padding : 10px; + padding : 5px; } div.headlineToolbar { @@ -138,6 +136,7 @@ table.main td.headlines { border-width : 1px 0px 0px 0px; border-color : #c0c0c0; border-style : solid; + font-size : small; } table.main td.prefContent { @@ -365,6 +364,14 @@ div.expPane { margin : 15px; } +iframe.feedsFrame { + width : 100%; + height : 90%; + border-width : 0px; + margin : 0px; + padding : 0px; +} + iframe.contentFrame, iframe.headlinesFrame { width : 100%; border-width : 0px; -- cgit v1.2.3