From 71ad39598b4de8e481f03e4843ffc40a6ba56469 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Aug 2005 04:20:00 +0100 Subject: basic functionality pass 8 --- tt-rss.css | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index f779e0f17..4bde18858 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -103,13 +103,24 @@ table.main td.toolbar { /* background-image : url("shadow_top.png"); background-position : bottom left; background-repeat : repeat-x; */ - padding-right : 5px; + padding-right : 10px; + padding-left : 10px; font-size : small; - text-align : right; +} + +#notify { + font-weight : bold; + border : 1px solid #c0c0c0; + font-size : small; + display : block; + background : white; + -moz-border-radius : 5px; + padding : 3px 10px 3px 10px; + width : 300px; } table.main td.header { - font-size : 18pt; + font-size : 21pt; background-color : #f0f0f0; background-image : url("header.png"); background-position : top left; @@ -118,6 +129,7 @@ table.main td.header { padding-left : 80px; padding-top : 30px; font-weight : bold; + color : black; } table.main td.feeds { @@ -150,9 +162,10 @@ td.content a { text-decoration : none; } +/* td.content a:hover { text-decoration : underline; -} +} */ table.main td.notify { height : 40px; -- cgit v1.2.3