]> git.wh0rd.org - tt-rss.git/commitdiff
interface tweaks
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 29 Sep 2006 07:43:29 +0000 (08:43 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 29 Sep 2006 07:43:29 +0000 (08:43 +0100)
tt-rss.css
tt-rss.php

index ab4cdd6b0a25f4e8f60979826c757246891db107..67b93adf55b16640270c09cba04d3f83a2b175b4 100644 (file)
@@ -1236,6 +1236,7 @@ div.whiteBox {
        background-color : white;
        margin-left : 1px;
        text-align : center;
+       padding : 1em;
 }
 
 /* layout */
index 60ccb6f805893b00c914840399fa82e57dfe1631..69a3bec881342089702f7b95cdefac50be3a0ba6 100644 (file)
@@ -210,10 +210,10 @@ window.onload = init;
        </div>
 
 <?php if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { ?>
-       <div id="headlines-frame" class="headlines_normal"><div class="whiteBox">&nbsp;</div></div>
+       <div id="headlines-frame" class="headlines_normal"><div class="whiteBox">No feed selected.</div></div>
        <div id="content-frame">&nbsp;</div>
 <?php } else { ?>
-       <div id="headlines-frame" class="headlines_cdm"><div class="whiteBox">&nbsp;</div></div>
+       <div id="headlines-frame" class="headlines_cdm"><div class="whiteBox">No feed selected.</div></div>
 <?php } ?>
 
 <?php if (get_pref($link, 'DISPLAY_FOOTER')) { ?>