mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
cdm: display mark/pub icons on the left
This commit is contained in:
2
cdm.css
2
cdm.css
@@ -16,7 +16,7 @@ div.cdmHeader input {
|
||||
}
|
||||
|
||||
div.cdmHeader img, div.cdmFooter img {
|
||||
margin-left : 5px;
|
||||
margin : 0px 2px 0px 2px;
|
||||
width : 16px;
|
||||
height : 16px;
|
||||
}
|
||||
|
||||
@@ -5365,8 +5365,6 @@
|
||||
|
||||
print "<div style='float : right'>";
|
||||
print "<span class='updated'>$updated_fmt</span>";
|
||||
print "$marked_pic";
|
||||
print "$published_pic";
|
||||
print "$score_pic";
|
||||
|
||||
if (!get_pref($link, "VFEED_GROUP_BY_FEED") && $line["feed_title"]) {
|
||||
@@ -5379,6 +5377,9 @@
|
||||
print "<input type=\"checkbox\" onclick=\"toggleSelectRowById(this,
|
||||
'RROW-$id')\" class=\"feedCheckBox\" id=\"RCHK-$id\"/>";
|
||||
|
||||
print "$marked_pic";
|
||||
print "$published_pic";
|
||||
|
||||
print "<span id=\"RTITLE-$id\"
|
||||
onclick=\"return cdmExpandArticle($id)\"
|
||||
class=\"titleWrap$hlc_suffix\">
|
||||
|
||||
Reference in New Issue
Block a user