summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-07-25 06:11:22 +0100
committerAndrew Dolgov <[email protected]>2008-07-25 06:11:22 +0100
commit17042fc0a28463107153c3038c566841189d9f78 (patch)
treee3cc7cf04a62b80f1a00c445783388237c631777 /tt-rss.php
parent27f0d7f3f5131f0f1228686b72ead7eb97256f86 (diff)
restyle resizer
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php
index f98d774b8..a49e62d83 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -231,10 +231,16 @@ window.onload = init;
<?php if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { ?>
<div id="headlines-frame" class="headlines_normal">
<div class="whiteBox"><?php echo __('No feed selected.') ?></div></div>
- <div id="content-frame"><div class="whiteBox">&nbsp;</div></div>
+ <div id="content-frame">
<div id="resize-grabber"
onmouseover="enable_resize(true)" onmouseout="enable_resize(false)"
- title="<?php echo __('Drag me to resize panels') ?>"> </div>
+ title="<?php echo __('Drag me to resize panels') ?>">
+ <img src="images/resize_handle_horiz.png" id="resize-handle"
+ onmouseover="enable_resize(true)" onmouseout="enable_resize(false)"
+ alt="">
+ </div>
+ <div id="content-insert">&nbsp;</div>
+ <!-- <div class="whiteBox">&nbsp;</div> --> </div>
<?php } else { ?>
<div id="headlines-frame" class="headlines_cdm">
<div class="whiteBox"><?php echo __('No feed selected.') ?></div></div>