From: Andrew Dolgov Date: Sat, 11 Aug 2007 16:28:04 +0000 (+0100) Subject: load scriptaculous in prefs.php X-Git-Tag: 1.2.14~61 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5f014cf1a70f6bd98626601098f437731f65430e;p=tt-rss.git load scriptaculous in prefs.php --- diff --git a/functions.php b/functions.php index bb8b7ea2..37ea3d5b 100644 --- a/functions.php +++ b/functions.php @@ -3771,7 +3771,9 @@ if (!$tags_str) $tags_str = ''.__('no tags').''; - print "
$tags_str + print "
+ Tags + $tags_str (+)
$entry_comments
"; @@ -4115,7 +4117,9 @@ // print ""; - print "Tags: $tags_str + Tags $tags_str (+)"; print ""; diff --git a/images/tag.png b/images/tag.png index 9bf54ccc..5415949e 100644 Binary files a/images/tag.png and b/images/tag.png differ diff --git a/prefs.php b/prefs.php index 8bf283f1..5a31d94c 100644 --- a/prefs.php +++ b/prefs.php @@ -39,6 +39,7 @@ + diff --git a/tt-rss.css b/tt-rss.css index a0ef19ce..c7b3048e 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -56,6 +56,13 @@ div.postReply div.postIcon { margin : 10px 0px 10px 10px; } +div.postReply img.tagsPic { + width : 16px; + height : 16px; + vertical-align : middle; +} + + ul.feedList { list-style-type : none; margin : 5px; @@ -936,27 +943,26 @@ div.cdmFooter span.s0 { border-width : 0px 1px 0px 0px; border-color : #c0c0c0; border-style : dotted; - padding : 0px 10px 0px 0px; + padding : 0px 5px 0px 0px; } div.cdmFooter span.s1 { border-width : 0px 1px 0px 0px; border-color : #c0c0c0; border-style : dotted; - padding : 0px 10px 0px 10px; + padding : 0px 5px 0px 5px; } div.cdmFooter span.s2 { - padding : 0px 10px 0px 10px; + padding : 0px 5px 0px 5px; } -div.cdmFooter img.markedPic { +div.cdmFooter img.markedPic, div.cdmFooter img.tagsPic { width : 16px; height : 16px; vertical-align : middle; } - div.cdmHeader div.articleUpdated { float : right; }