From d9fa39f1d444fbd5a909aabe19dfc50aa8601131 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 27 Jan 2007 12:32:59 +0100 Subject: add new version indicator on main chrome --- tt-rss.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 5cf0ce7f5..5cb6e8947 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -76,7 +76,7 @@ ul.feedCatList { ul.feedCatList li { margin : 0px; - padding : 0px 0px 0px 0px; + padding : 0px 0px 2px 0px; color : black; } @@ -85,6 +85,10 @@ ul.feedList li { font-size : small; } +ul.feedCatList img { + vertical-align : bottom; +} + li.feedUnread, li.errorUnread, li.labelUnread, @@ -1431,4 +1435,8 @@ ul.headlineDropdownMenu ul li:hover { background-color : #f0f0f0; } - +#newVersionIcon { + vertical-align : middle; + cursor : pointer; + display : none; +} -- cgit v1.2.3