mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 05:11:29 +00:00
interface tweaks
This commit is contained in:
@@ -1236,6 +1236,7 @@ div.whiteBox {
|
||||
background-color : white;
|
||||
margin-left : 1px;
|
||||
text-align : center;
|
||||
padding : 1em;
|
||||
}
|
||||
|
||||
/* layout */
|
||||
|
||||
@@ -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"> </div></div>
|
||||
<div id="headlines-frame" class="headlines_normal"><div class="whiteBox">No feed selected.</div></div>
|
||||
<div id="content-frame"> </div>
|
||||
<?php } else { ?>
|
||||
<div id="headlines-frame" class="headlines_cdm"><div class="whiteBox"> </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')) { ?>
|
||||
|
||||
Reference in New Issue
Block a user