From d735ebd2d9389805a253c9618ea76c091c0b48bb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 9 Aug 2007 16:53:21 +0100 Subject: tag limit in CDM: fix --- functions.php | 1 + tt-rss.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 11d1d8c04..c1dd76446 100644 --- a/functions.php +++ b/functions.php @@ -4045,6 +4045,7 @@ $tags_str = ""; $full_tags_str = ""; + $num_tags = 0; foreach ($tags as $tag) { $num_tags++; diff --git a/tt-rss.css b/tt-rss.css index 7cdbaf0b3..ba27bb424 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -850,7 +850,6 @@ td.hlFeed { } */ div.cdmAllTags { - width : 75%; float : left; background-color : white; border : 1px solid #c0c0c0; @@ -858,7 +857,9 @@ div.cdmAllTags { z-index : 3; top : auto; left : auto; + right : auto; position : absolute; + padding : 10px; } span.cdmAllTagsCtr:hover div { -- cgit v1.2.3