]> git.wh0rd.org - tt-rss.git/commitdiff
css: force prefHeader height
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 1 Oct 2006 06:05:10 +0000 (07:05 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 1 Oct 2006 06:05:10 +0000 (07:05 +0100)
themes/compat/images/ttrss_logo.png
tt-rss.css
tt-rss.php

index 02e566d61d01da1a606b3ede6408583efa6cb952..a8206a33c22f21b80d214a85b7c29ec0560bc656 100644 (file)
Binary files a/themes/compat/images/ttrss_logo.png and b/themes/compat/images/ttrss_logo.png differ
index 1de11117f0b39c5ab4f244001c26d93a40a8dd59..86047b1825d2f23595246bfb846cb0aed3d216b1 100644 (file)
@@ -1222,6 +1222,7 @@ div.headlines_cdm {
        color : #4684ff;
        font-size : small;
        margin : 10px;
+       height : 33px;
 }
 
 div.return {
index 4894cf92fca51ab0bd6001c382933bee406d497b..e1331e03407fd7514040b4e1933801fdcbe216c4 100644 (file)
@@ -204,7 +204,7 @@ window.onload = init;
 
 <?php if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { ?>
        <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"><div class="whiteBox">&nbsp;</div></div>
 <?php } else { ?>
        <div id="headlines-frame" class="headlines_cdm"><div class="whiteBox">No feed selected.</div></div>
 <?php } ?>