From: Andrew Dolgov Date: Tue, 20 Dec 2005 16:14:09 +0000 (+0100) Subject: misc IE compatibility fixes X-Git-Tag: schema_freeze_for_1.1.1~7 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=96737ce95078508296218bb0d3b49a1111ffa933;p=tt-rss.git misc IE compatibility fixes --- diff --git a/backend.php b/backend.php index eefb31b1..81cddf86 100644 --- a/backend.php +++ b/backend.php @@ -518,7 +518,7 @@ // !!! NO SPACE before keyboard navigation, etc. - print "
    • "; + print "
      • "; } printFeedEntry($feed_id, $class, $feed, $unread, diff --git a/feedlist.js b/feedlist.js index 2e1d5eb5..048a24c8 100644 --- a/feedlist.js +++ b/feedlist.js @@ -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")) { diff --git a/tt-rss-ie.css b/tt-rss-ie.css index 44a0b403..2ca760c9 100644 --- a/tt-rss-ie.css +++ b/tt-rss-ie.css @@ -3,4 +3,3 @@ ul.feedCatList { top: -1em; } - diff --git a/tt-rss.css b/tt-rss.css index f56830a7..70f119cf 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -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; diff --git a/tt-rss.php b/tt-rss.php index a59b0ece..bb9dbfdc 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -43,6 +43,7 @@ diff --git a/tt-rss_compact.css b/tt-rss_compact.css index c99ccc87..9ab17dca 100644 --- a/tt-rss_compact.css +++ b/tt-rss_compact.css @@ -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; +} +