konqueror compatibility fixes
This commit is contained in:
parent
7a9fadaabb
commit
28fa925367
|
@ -661,3 +661,8 @@ div.logoutContent {
|
|||
.small {
|
||||
font-size : small;
|
||||
}
|
||||
|
||||
table.innerFeedTable td {
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
}
|
||||
|
|
14
tt-rss.php
14
tt-rss.php
|
@ -82,17 +82,24 @@
|
|||
<? } ?>
|
||||
<tr>
|
||||
<td valign="top" rowspan="3" class="feeds">
|
||||
<table class="innerFeedTable"
|
||||
cellspacing="0" cellpadding="0" height="100%" width="100%">
|
||||
<tr><td>
|
||||
<div id="dispSwitch">
|
||||
<a id="dispSwitchPrompt" href="javascript:toggleTags()">display tags</a>
|
||||
</div>
|
||||
</td></tr>
|
||||
<tr><td height="100%" width="100%" valign="top">
|
||||
|
||||
<!-- <div id="feeds"> </div> -->
|
||||
|
||||
<div id="dispSwitch">
|
||||
<a id="dispSwitchPrompt" href="javascript:toggleTags()">display tags</a>
|
||||
</div>
|
||||
|
||||
<iframe frameborder="0"
|
||||
src="backend.php?op=error&msg=Loading,%20please wait..."
|
||||
id="feeds-frame" name="feeds-frame" class="feedsFrame"> </iframe>
|
||||
|
||||
</td></tr></table>
|
||||
|
||||
<? if (get_pref($link, 'DISPLAY_FEEDLIST_ACTIONS')) { ?>
|
||||
|
||||
<div align="center">All feeds:
|
||||
|
@ -106,6 +113,7 @@
|
|||
<input type="submit" class="button" onclick="allFeedsMenuGo()" value="Go">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<? } ?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue