]> git.wh0rd.org - tt-rss.git/commitdiff
konqueror compatibility fixes
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 25 Nov 2005 07:17:37 +0000 (08:17 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 25 Nov 2005 07:17:37 +0000 (08:17 +0100)
tt-rss.css
tt-rss.php

index 6d682a1b35ed44427837266b075b0c8737168ac5..6c9735c4c316a8214b15bdb56b4db74acf650d71 100644 (file)
@@ -661,3 +661,8 @@ div.logoutContent {
 .small {
        font-size : small;
 }
+
+table.innerFeedTable td {
+       margin : 0px;
+       padding : 0px;
+}
index 3aa5d52c04945aeb727c2c939a4dc9adb940c560..7983afca0cf2e3ee5f6c573c4b4f5d3d8992d1aa 100644 (file)
 <? } ?>
 <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">&nbsp;</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: 
                <input type="submit" class="button" onclick="allFeedsMenuGo()" value="Go">
 
                </div>
+               
 
                <? } ?>