]> git.wh0rd.org - tt-rss.git/commitdiff
more IE fixes, blank_icon png -> gif
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 8 Sep 2005 04:48:01 +0000 (05:48 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 8 Sep 2005 04:48:01 +0000 (05:48 +0100)
backend.php
images/blank_icon.png [deleted file]
tt-rss.css
tt-rss.php

index 4873a966e42b3208b624ea585de4ae576914a984..27ccf4c3b2e29ac021de2ed47f83b1382a8a3a1f 100644 (file)
@@ -73,7 +73,7 @@
                                if (file_exists($icon_file) && filesize($icon_file) > 0) {
                                                $feed_icon = "<img src=\"" . ICONS_URL . "/$feed_id.ico\">";
                                } else {
-                                       $feed_icon = "<img src=\"images/blank_icon.png\">";
+                                       $feed_icon = "<img src=\"images/blank_icon.gif\">";
                                }
                        } else {
                                $feed_icon = "<img width=\"16\" height=\"16\"
 
                        } else {
 
-                               $update_pic = "<img id='FUPDPIC-$id' src=\"images/blank_icon.png\" 
+                               $update_pic = "<img id='FUPDPIC-$id' src=\"images/blank_icon.gif\" 
                                        alt=\"Updated\">";
 
                        }
diff --git a/images/blank_icon.png b/images/blank_icon.png
deleted file mode 100644 (file)
index a2f1073..0000000
Binary files a/images/blank_icon.png and /dev/null differ
index e3aed83f61df8252d5c4807f8666e5cae7ebe20a..a7fc30d4f466c79e8b409ffa85cde73e936e1637 100644 (file)
@@ -221,17 +221,19 @@ div.expPane {
        margin : 15px;
 }
 
+iframe {
+       border : 0px solid white;
+}
+
 iframe.feedsFrame {
        width : 100%;
        height : 90%;
-       border-width : 0px;
        margin : 0px;
        padding : 0px;
 }
 
 iframe.contentFrame, iframe.headlinesFrame {
        width : 100%;
-       border-width : 0px;
        padding : 0px;
        margin : 0px;
        height : 100%;
index 326306ec7d6792ddb4b9da66b1733479678c2653..78fcd3223dc200cd85fd9aad9f00424f0089b36f 100644 (file)
@@ -47,7 +47,8 @@
                
                <!-- <div id="feeds">&nbsp;</div> -->
 
-               <iframe id="feeds-frame" name="feeds-frame" class="feedsFrame"> </iframe>
+               <iframe frameborder="0" 
+                       id="feeds-frame" name="feeds-frame" class="feedsFrame"> </iframe>
        
                <p align="center">All feeds:
                
        </td> 
 </tr><tr>
        <td id="headlines" class="headlines" valign="top">
-               <iframe name="headlines-frame" 
+               <iframe frameborder="0" name="headlines-frame" 
                        id="headlines-frame" class="headlinesFrame" 
                                src="backend.php?op=error&msg=No%20feed%20selected."></iframe>
        </td>
 </tr><tr>
        <td class="content" id="content" valign="top">
-               <iframe name="content-frame" id="content-frame" class="contentFrame"> </iframe>
+               <iframe frameborder="0" name="content-frame" 
+                       id="content-frame" class="contentFrame"> </iframe>
        </td>
 </tr>
 <tr>