From 331900c642bbea3f8b7e242975fae4cfec459433 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Aug 2005 05:56:40 +0100 Subject: basic functionality pass 10 --- tt-rss.css | 44 ++++++++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 18 deletions(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 4bde18858..38187380e 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -32,22 +32,6 @@ a:hover { color : #5050aa; } -a.button { - border : 1px solid #d0d0d0; - background-image : url("button.png"); - background-position : top; - background-repeat : repeat-x; - background-color : white; - color : black; - padding : 2px 10px 2px 10px; - font-size : small; -} - -a.button:hover { - background : white; - text-decoration : none; -} - table.feedOverview { margin : 5px; border : 1px solid #c0c0c0; @@ -112,7 +96,7 @@ table.main td.toolbar { font-weight : bold; border : 1px solid #c0c0c0; font-size : small; - display : block; + display : none; background : white; -moz-border-radius : 5px; padding : 3px 10px 3px 10px; @@ -149,12 +133,18 @@ table.main td.headlines { overflow : scroll; } +table.main td.prefContent { + padding : 10px; + border-width : 1px 0px 0px 0px; + border-color : #c0c0c0; + border-style : solid; +} + table.main td.content { padding : 10px; border-width : 1px 0px 0px 0px; border-color : #c0c0c0; border-style : solid; - overflow : scroll; } td.content a { @@ -240,3 +230,21 @@ table.prefFeedList tr.title td { background-color : #c0c0c0; } +a.button { + border : 1px solid #d0d0d0; + background-image : url("button.png"); + background-position : top; + background-repeat : repeat-x; + background-color : white; + color : black; + padding : 2px 10px 2px 10px; + font-size : small; +} + +a.button:hover { + background : white; + text-decoration : none; + color : black; +} + + -- cgit v1.2.3