misc combined mode layout fixes
This commit is contained in:
parent
30ccc2f1cf
commit
06300301c0
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue