diff --git a/prefs.js b/prefs.js index d64e86aaf..55f3abe67 100644 --- a/prefs.js +++ b/prefs.js @@ -125,7 +125,7 @@ function infobox_callback() { if (shadow) { shadow.style.display = "block"; } else { - box.style.display = "block"; + box.style.display = "block"; } } } diff --git a/tt-rss.css b/tt-rss.css index d95f1315e..ac306ab90 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -530,6 +530,7 @@ div.helpResponse { width : 30%; z-index : 3; display : none; + top : 30%; } div.infoBoxContents {