]> git.wh0rd.org - tt-rss.git/commitdiff
tag limit in CDM: fix
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 9 Aug 2007 15:53:21 +0000 (16:53 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 9 Aug 2007 15:53:21 +0000 (16:53 +0100)
functions.php
tt-rss.css

index 11d1d8c04474960f6b70bc35a7193932cb5be51f..c1dd76446fac151b8574a36f6a3da9abf8b2e847 100644 (file)
 
                                        $tags_str = "";
                                        $full_tags_str = "";
+                                       $num_tags = 0;
 
                                        foreach ($tags as $tag) {
                                                $num_tags++;
index 7cdbaf0b328a70e42ad5ee4d778e596cac93c1f7..ba27bb424545e337d9919ca9695bfb96d29b1c11 100644 (file)
@@ -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 {