summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php4
-rw-r--r--tt-rss.css12
2 files changed, 13 insertions, 3 deletions
diff --git a/functions.php b/functions.php
index 31b7f758f..c70bdcc89 100644
--- a/functions.php
+++ b/functions.php
@@ -5131,7 +5131,9 @@
print "<div class=\"cdmHeader\">";
- print "<div class=\"articleUpdated\">$updated_fmt $score_pic</div>";
+ print "<div class=\"articleUpdated\">$updated_fmt $score_pic
+ <span style=\"cursor : pointer\" onclick=\"viewfeed($feed_id)\">$feed_icon_img</span>
+ </div>";
print "<span id=\"RTITLE-$id\" class=\"titleWrap$hlc_suffix\"><a class=\"title\"
onclick=\"javascript:toggleUnread($id, 0)\"
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;
}