]> git.wh0rd.org - tt-rss.git/commitdiff
collapsable feedlist: footer layout fix
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 20 Feb 2008 05:33:20 +0000 (06:33 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 20 Feb 2008 05:33:20 +0000 (06:33 +0100)
feedlist.js
tt-rss.js

index e94cf12af24e29f23f31a8887de36fd81e72d25c..e1ab770646167545337e1a9d45c2d7145a71d07d 100644 (file)
@@ -344,7 +344,7 @@ function feedlist_init() {
                }
 
                if (getInitParam("theme") == "") {
-                       setTimeout("hide_footer()", 5000);
+                       //setTimeout("hide_footer()", 5000);
 
                        if (getInitParam("hide_feedlist") == 1) {
                                init_hidden_feedlist();
index a6f0e2c66fc36a2afcfd06d96ada4623d036c61f..882c65750ce5716b9e7c1993b805179be26674c7 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -779,7 +779,7 @@ function collapse_feedlist() {
                        fh.style.left = fl.offsetWidth + "px";
                        ft.style.left = fl.offsetWidth + "px";
                        if (fc) fc.style.left = fl.offsetWidth + "px";
-                       if (ff) ff.style.left = fl.offsetWidth + "px";
+                       if (ff) ff.style.left = (fl.offsetWidth-1) + "px";
 
                } else {
                        Element.hide(fl);