summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 07:05:10 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 07:05:10 +0100
commit17ec931d997de7ef4f681cb6a37c2b65448576b5 (patch)
treed3b5b2f1b94a460da1deb4987c1d629cee7d7619
parent8b27182a96c4e3559fc1d50a22426570e4ce00fa (diff)
css: force prefHeader height
-rw-r--r--themes/compat/images/ttrss_logo.pngbin8580 -> 11633 bytes
-rw-r--r--tt-rss.css1
-rw-r--r--tt-rss.php2
3 files changed, 2 insertions, 1 deletions
diff --git a/themes/compat/images/ttrss_logo.png b/themes/compat/images/ttrss_logo.png
index 02e566d61..a8206a33c 100644
--- a/themes/compat/images/ttrss_logo.png
+++ b/themes/compat/images/ttrss_logo.png
Binary files differ
diff --git a/tt-rss.css b/tt-rss.css
index 1de11117f..86047b182 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1222,6 +1222,7 @@ div.headlines_cdm {
color : #4684ff;
font-size : small;
margin : 10px;
+ height : 33px;
}
div.return {
diff --git a/tt-rss.php b/tt-rss.php
index 4894cf92f..e1331e034 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -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 } ?>