1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00

misc combined mode layout fixes

This commit is contained in:
Andrew Dolgov 2005-12-13 07:54:36 +01:00
parent 30ccc2f1cf
commit 06300301c0
2 changed files with 6 additions and 2 deletions

View File

@ -79,7 +79,7 @@ table.main td.headlines {
table.main td.headlines2 { table.main td.headlines2 {
height : 100%; height : 100%;
border-width : 0px 0px 1px 1px; border-width : 0px 0px 0px 1px;
border-style : solid; border-style : solid;
border-color : #c0c0c0; border-color : #c0c0c0;
} }

View File

@ -79,7 +79,11 @@
</td></tr> </td></tr>
<? } ?> <? } ?>
<tr> <tr>
<td valign="top" rowspan="3" class="feeds"> <? if (get_pref($link, 'COMBINED_DISPLAY_MODE'))
$feeds_rowspan = 2;
else
$feeds_rowspan = 3; ?>
<td valign="top" rowspan="<?= $feeds_rowspan ?>" class="feeds">
<table class="innerFeedTable" <table class="innerFeedTable"
cellspacing="0" cellpadding="0" height="100%" width="100%"> cellspacing="0" cellpadding="0" height="100%" width="100%">
<tr><td> <tr><td>