From: Andrew Dolgov Date: Fri, 12 Nov 2010 21:42:28 +0000 (+0300) Subject: cdm: display mark/pub icons on the left X-Git-Tag: 1.5.0~247 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a7f003e0e0a4c4a3218a4938136038e80f642245;p=tt-rss.git cdm: display mark/pub icons on the left --- diff --git a/cdm.css b/cdm.css index 394f5da5..8681832b 100644 --- a/cdm.css +++ b/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; } diff --git a/functions.php b/functions.php index 112f83eb..6508320b 100644 --- a/functions.php +++ b/functions.php @@ -5365,8 +5365,6 @@ print "
"; print "$updated_fmt"; - 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 ""; + print "$marked_pic"; + print "$published_pic"; + print "