css: force prefHeader height
This commit is contained in:
parent
8b27182a96
commit
17ec931d99
Binary file not shown.
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 11 KiB |
|
@ -1222,6 +1222,7 @@ div.headlines_cdm {
|
|||
color : #4684ff;
|
||||
font-size : small;
|
||||
margin : 10px;
|
||||
height : 33px;
|
||||
}
|
||||
|
||||
div.return {
|
||||
|
|
|
@ -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"> </div>
|
||||
<div id="content-frame"><div class="whiteBox"> </div></div>
|
||||
<?php } else { ?>
|
||||
<div id="headlines-frame" class="headlines_cdm"><div class="whiteBox">No feed selected.</div></div>
|
||||
<?php } ?>
|
||||
|
|
Loading…
Reference in New Issue