From 9251df443c9c1e936d84156517d6474b5cba64e2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 28 Sep 2006 13:53:11 +0100 Subject: [PATCH] layout tweaks, enable hotkeys --- functions.js | 4 +--- tt-rss.css | 7 ++++++- tt-rss.php | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/functions.js b/functions.js index d5294e0b8..1949086f6 100644 --- a/functions.js +++ b/functions.js @@ -162,8 +162,6 @@ function hotkey_handler(e) { var keycode; if (!hotkeys_enabled) return; - - return; //fixme disables for now if (window.event) { keycode = window.event.keyCode; @@ -193,7 +191,7 @@ function hotkey_handler(e) { return m_ctx.toggleDispRead(); } - var f_doc = m_ctx.frames["feeds-frame"].document; + var f_doc = document; var feedlist = f_doc.getElementById('feedList'); if (keycode == 74) { // j diff --git a/tt-rss.css b/tt-rss.css index 6d2257235..0a2ba0a5d 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1231,6 +1231,11 @@ div.loadingPrompt { font-weight : bold; } +div.whiteBox { + background-color : white; + margin-left : 1px; +} + /* layout */ #header { @@ -1259,7 +1264,7 @@ div.loadingPrompt { #toolbar { position : absolute; left : 261px; - padding : 5px 10px 5px 5px; + padding : 5px 10px 5px 10px; top : 50px; right : 0px; white-space: nowrap; diff --git a/tt-rss.php b/tt-rss.php index 8a893b77d..94274bb51 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -203,10 +203,10 @@ window.onload = init; -
 
+
 
 
-
 
+