]> git.wh0rd.org - tt-rss.git/commitdiff
misc help overlay tweaks
authorAndrew Dolgov <fox@madoka.spb.ru>
Sun, 18 May 2008 05:17:20 +0000 (06:17 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Sun, 18 May 2008 05:17:20 +0000 (06:17 +0100)
tt-rss.css
tt-rss.js

index 2362ac67771767d1441d5022eec7d3445ff3e387..541f03c35771dfed2c1d146f8623b16caa5e9e51 100644 (file)
@@ -1833,12 +1833,12 @@ img.hlScorePic {
 
 div#hotkey_help_overlay {
        position : absolute;
-       left : 5%;
-       right : 5%;
-       top : 5%;
+       left : 30px;
+       right : 30px;
+       top : 30px;
        z-index : 999;
        color : white;
-       font-size : 12pt;
+       font-size : 11pt;
 }
 
 div#hotkey_help_overlay h1 {
@@ -1871,13 +1871,13 @@ div#hotkey_help_overlay td {
 }
 
 div#hotkey_help_overlay h1 {
-       margin : 0px 0px 0.5em 0px;
+       margin : 0px;
 }
 
 div#hotkey_help_overlay h2 {
        font-size : 13pt;
        border-width : 0px;
-       margin : 0.7em 0px 0.5em 0px;
+       margin : 0.3em 0px 0.3em 0px;
        text-align : center;
        color : #88b0f0;
 }
index 587ea198e1c9ad29d32e6a5f4bdfd47b3add6bd8..82531773c72b830aa8403adff12cb3e6e75dff23 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -997,7 +997,7 @@ function hotkey_handler(e) {
                        if (keycode == 82) { // r
                                if (getActiveFeedId()) {
                                        viewfeed(getActiveFeedId(), "ForceUpdate");
-                                       return false;
+                                       return;
                                }
                        }