]> git.wh0rd.org Git - tt-rss.git/commitdiff
fix height of feed update errors list
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 8 Dec 2006 05:52:21 +0000 (06:52 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 8 Dec 2006 05:52:21 +0000 (06:52 +0100)
modules/popup-dialog.php
tt-rss.css

index 40f4df8a23c9505532e22c1666cade6176223840..459b3b3e95df8f8bf2e8cd41a8454c43cdb891a7 100644 (file)
                        $result = db_query($link, "SELECT id,title,feed_url,last_error
                        FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ".$_SESSION["uid"]);
 
-                       print "<ul class='nomarks'>";
+                       print "<ul class='feedErrorsList'>";
 
                        while ($line = db_fetch_assoc($result)) {
                                print "<li><b>" . $line["title"] . "</b> (" . $line["feed_url"] . "): " . 
index a6d283c1425f0f8af1d6fe496e07f2196735a132..ad55b6743e59c29051641fd08c2b1627b9f7a543 100644 (file)
@@ -831,6 +831,16 @@ span.groupPrompt {
        color : #4684ff;
 }
 
+ul.feedErrorsList {
+       height : 300px;
+       overflow : auto;
+       list-style-type : none;
+       border : 1px solid #88b0f0;
+       background-color : white;
+       margin : 0px 0px 5px 0px;
+       padding : 0px;
+}
+
 ul.userFeedList {
        height : 300px;
        overflow : auto;