1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00

interface tweaks

This commit is contained in:
Andrew Dolgov 2006-09-29 08:43:29 +01:00
parent d05514a49a
commit b6adf03955
2 changed files with 3 additions and 2 deletions

View File

@ -1236,6 +1236,7 @@ div.whiteBox {
background-color : white; background-color : white;
margin-left : 1px; margin-left : 1px;
text-align : center; text-align : center;
padding : 1em;
} }
/* layout */ /* layout */

View File

@ -210,10 +210,10 @@ window.onload = init;
</div> </div>
<?php if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { ?> <?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> <div id="content-frame">&nbsp;</div>
<?php } else { ?> <?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 } ?>
<?php if (get_pref($link, 'DISPLAY_FOOTER')) { ?> <?php if (get_pref($link, 'DISPLAY_FOOTER')) { ?>