From: Andrew Dolgov Date: Wed, 20 Feb 2008 05:33:20 +0000 (+0100) Subject: collapsable feedlist: footer layout fix X-Git-Tag: 1.2.20~22 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b553a3bf8d1b0c9ffd82fc30f78f8bd44ebbfad4;p=tt-rss.git collapsable feedlist: footer layout fix --- diff --git a/feedlist.js b/feedlist.js index e94cf12a..e1ab7706 100644 --- a/feedlist.js +++ b/feedlist.js @@ -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(); diff --git a/tt-rss.js b/tt-rss.js index a6f0e2c6..882c6575 100644 --- 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);