summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-19 17:13:22 +0100
committerAndrew Dolgov <[email protected]>2008-05-19 17:13:22 +0100
commitf3169d7ecc54462e7536bef380eba1f26fe837df (patch)
tree26ce2e301985ffee0bbedb03c7c1a0555118dc28 /tt-rss.php
parent08827aafd72ccc84d8856e3a7a07abd7d93fad33 (diff)
add vertical resize grip
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 1de9ce87a..fc6aee56c 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -239,6 +239,7 @@ window.onload = init;
<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="resize-grabber" title="<?php echo __('Drag me to resize panels') ?>"> </div>
<?php } else { ?>
<div id="headlines-frame" class="headlines_cdm">
<div class="whiteBox"><?php echo __('No feed selected.') ?></div></div>