mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 08:59:14 +00:00
css: force prefHeader height
This commit is contained in:
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 } ?>
|
||||
|
||||
Reference in New Issue
Block a user