display favicons in non-grouped CDM vfeeds
This commit is contained in:
parent
4de9873288
commit
b3296d360e
|
@ -5131,7 +5131,9 @@
|
||||||
|
|
||||||
print "<div class=\"cdmHeader\">";
|
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\"
|
print "<span id=\"RTITLE-$id\" class=\"titleWrap$hlc_suffix\"><a class=\"title\"
|
||||||
onclick=\"javascript:toggleUnread($id, 0)\"
|
onclick=\"javascript:toggleUnread($id, 0)\"
|
||||||
|
|
12
tt-rss.css
12
tt-rss.css
|
@ -1024,6 +1024,8 @@ div.cdmArticleUnreadSelected div.cdmHeader a.title {
|
||||||
|
|
||||||
div.cdmHeader {
|
div.cdmHeader {
|
||||||
padding : 5px 5px 10px 5px;
|
padding : 5px 5px 10px 5px;
|
||||||
|
color : gray;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.cdmArticleUnread div.cdmHeader span.titleWrap a {
|
div.cdmArticleUnread div.cdmHeader span.titleWrap a {
|
||||||
|
@ -1079,6 +1081,12 @@ img.markedPic {
|
||||||
|
|
||||||
div.cdmHeader div.articleUpdated {
|
div.cdmHeader div.articleUpdated {
|
||||||
float : right;
|
float : right;
|
||||||
|
font-weight : bold;
|
||||||
|
color : gray;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.cdmHeader div.articleUpdated img {
|
||||||
|
vertical-align : middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
|
div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
|
||||||
|
@ -1887,7 +1895,7 @@ div.cdmFeedTitle {
|
||||||
border-color : #a0a0a0;
|
border-color : #a0a0a0;
|
||||||
border-width : 0px 0px 1px 0px;
|
border-width : 0px 0px 1px 0px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
padding : 5px;
|
padding : 5px 3px 5px 5px;
|
||||||
background : url("images/toolbar.png") bottom left;
|
background : url("images/toolbar.png") bottom left;
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x;
|
||||||
}
|
}
|
||||||
|
@ -1908,7 +1916,7 @@ table.headlinesList tr.feedTitle td {
|
||||||
border-color : #c0c0c0;
|
border-color : #c0c0c0;
|
||||||
border-width : 0px 0px 1px 0px;
|
border-width : 0px 0px 1px 0px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
padding : 5px;
|
padding : 5px 3px 5px 5px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue