From b3296d360e18c2747381ff1c0e4fef8e263f0586 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 8 Aug 2008 08:54:53 +0100 Subject: display favicons in non-grouped CDM vfeeds --- 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 8112b2394..dda8600b7 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1024,6 +1024,8 @@ div.cdmArticleUnreadSelected div.cdmHeader a.title { div.cdmHeader { padding : 5px 5px 10px 5px; + color : gray; + } div.cdmArticleUnread div.cdmHeader span.titleWrap a { @@ -1079,6 +1081,12 @@ img.markedPic { div.cdmHeader div.articleUpdated { float : right; + font-weight : bold; + color : gray; +} + +div.cdmHeader div.articleUpdated img { + vertical-align : middle; } div.cdmFooter input, div.cdmHeader input, div.cdmFooter img { @@ -1887,7 +1895,7 @@ div.cdmFeedTitle { border-color : #a0a0a0; border-width : 0px 0px 1px 0px; border-style : solid; - padding : 5px; + padding : 5px 3px 5px 5px; background : url("images/toolbar.png") bottom left; background-repeat : repeat-x; } @@ -1908,7 +1916,7 @@ table.headlinesList tr.feedTitle td { border-color : #c0c0c0; border-width : 0px 0px 1px 0px; border-style : solid; - padding : 5px; + padding : 5px 3px 5px 5px; } -- cgit v1.2.3