From: Andrew Dolgov Date: Wed, 14 Oct 2009 11:45:47 +0000 (+0400) Subject: more auxDlg tweaks X-Git-Tag: 1.3.4~4 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7c057b1a2a824410cd1c6886b74c337c2524fad7;p=tt-rss.git more auxDlg tweaks --- diff --git a/functions.js b/functions.js index 496f760c..db2b4a88 100644 --- a/functions.js +++ b/functions.js @@ -2207,7 +2207,8 @@ function hideAuxDlg() { function displayNewContentPrompt(id) { try { - var msg = __("New articles in «%s». Click to view."); + var msg = __("New articles in «%s».") + + " " + __('Click to view') + "."; msg = msg.replace("%s", getFeedName(id)); diff --git a/tt-rss.css b/tt-rss.css index b08ffba9..0172d6c3 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -2242,8 +2242,8 @@ div#cmdline { div#auxDlg { position : absolute; z-index : 3; - bottom : 10px; - right : 10px; + bottom : 5px; + right : 25px; padding : 5px; border-width : 1px; border-style : solid; diff --git a/tt-rss.php b/tt-rss.php index 7b87c320..9caa666d 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -105,7 +105,7 @@ window.onload = init; -
+