css: force prefHeader height

This commit is contained in:
Andrew Dolgov 2006-10-01 07:05:10 +01:00
parent 8b27182a96
commit 17ec931d99
3 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1222,6 +1222,7 @@ div.headlines_cdm {
color : #4684ff;
font-size : small;
margin : 10px;
height : 33px;
}
div.return {

View 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 } ?>