summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-08 08:54:53 +0100
committerAndrew Dolgov <[email protected]>2008-08-08 08:54:53 +0100
commitb3296d360e18c2747381ff1c0e4fef8e263f0586 (patch)
tree774e42385935cf17cef2a8c3f9c5822d7e15f7dc /tt-rss.css
parent4de9873288c71622fbda1eba8c4547d5d68c6608 (diff)
display favicons in non-grouped CDM vfeeds
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 10 insertions, 2 deletions
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;
}