var keycode;
if (!hotkeys_enabled) return;
-
- return; //fixme disables for now
if (window.event) {
keycode = window.event.keyCode;
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
font-weight : bold;
}
+div.whiteBox {
+ background-color : white;
+ margin-left : 1px;
+}
+
/* layout */
#header {
#toolbar {
position : absolute;
left : 261px;
- padding : 5px 10px 5px 5px;
+ padding : 5px 10px 5px 10px;
top : 50px;
right : 0px;
white-space: nowrap;
</div>
<?php if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { ?>
- <div id="headlines-frame" class="headlines_normal"> </div>
+ <div id="headlines-frame" class="headlines_normal"><div class="whiteBox"> </div></div>
<div id="content-frame"> </div>
<?php } else { ?>
- <div id="headlines-frame" class="headlines_cdm"> </div>
+ <div id="headlines-frame" class="headlines_cdm"><div class="whiteBox"> </div></div>
<?php } ?>
<?php if (get_pref($link, 'DISPLAY_FOOTER')) { ?>