]> git.wh0rd.org - tt-rss.git/commitdiff
misc IE compatibility fixes
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 20 Dec 2005 16:14:09 +0000 (17:14 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 20 Dec 2005 16:14:09 +0000 (17:14 +0100)
backend.php
feedlist.js
tt-rss-ie.css
tt-rss.css
tt-rss.php
tt-rss_compact.css

index eefb31b1042fbab1949e46a6b10c44cbb2be7090..81cddf867242fe6255c217b1dcc8b764e0687737 100644 (file)
 
                                        // !!! NO SPACE before <ul...feedCatList - breaks firstChild DOM function
                                        // -> keyboard navigation, etc.
-                                       print "<li id=\"feedCatHolder\" class=\"$holder_class\"><ul class=\"feedCatList\">";
+                                       print "<li id=\"feedCatHolder\" class=\"$holder_class\"><ul class=\"feedCatList\" id=\"FCATLIST-$cat_id\">";
                                }
        
                                printFeedEntry($feed_id, $class, $feed, $unread, 
index 2e1d5eb5ffeeb00a952850dca6398984a016927a..048a24c80fd7ff31809fab66b50ccd83e88326d9 100644 (file)
@@ -164,7 +164,7 @@ function toggleCollapseCat(cat) {
                }
        
                var cat_elem = document.getElementById("FCAT-" + cat);
-               var cat_list = cat_elem.nextSibling;
+               var cat_list = document.getElementById("FCATLIST-" + cat).parentNode;
                var caption = cat_elem.lastChild;
                
                if (cat_list.className.match("invisible")) {
index 44a0b403993971a0ec830e817e9c0b3f8a0839bb..2ca760c95c83970536a87cd11f060f32acf2dc75 100644 (file)
@@ -3,4 +3,3 @@ ul.feedCatList {
        top: -1em;
 }
 
-
index f56830a7fa0275b80b9aa340706ce6d7391184df..70f119cf573a7f1cd6a1f6c50865d5d0861e7d31 100644 (file)
@@ -150,7 +150,7 @@ ul.feedList li.feedCat {
        margin : 0px;
        padding : 3px 0px 3px 0px;
        color : #707070;
-       font-size : small;
+       font-size : x-small;
 }
 
 ul.feedList li.feedCat a {
@@ -669,7 +669,7 @@ div.prefHelp, td.prefHelp {
 }
 
 td.welcomePrompt {
-       font-size : small;
+       font-size : x-small;
        color : gray;
        text-align : right;
        padding-right : 10px;
index a59b0ece8053f02b83b711227d508277acd5c813..bb9dbfdc0910241cf1eadf79c909915c0aa46fa7 100644 (file)
@@ -43,6 +43,7 @@
        <script type="text/javascript" src="tt-rss.js"></script>
        <!--[if gte IE 5.5000]>
                <script type="text/javascript" src="pngfix.js"></script>
+               <link rel="stylesheet" type="text/css" href="tt-rss-ie.css">
        <![endif]-->
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 </head>
index c99ccc8776de9f8a706ff80c83b61e48ce6d52fe..9ab17dca02d62aef1d40faf1c7595e14e3de3d59 100644 (file)
@@ -44,3 +44,16 @@ ul.feedList li {
 table.main td.feeds {
        width : 250px;
 }
+
+td.headlinesToolbarBox td {
+       font-size : x-small;
+}
+
+td.welcomePrompt {
+       font-size : x-small;
+}
+
+#notify_body, #notify {
+       font-size : x-small;
+}
+