]> git.wh0rd.org - tt-rss.git/commitdiff
msie6 fixes for default theme
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 2 Oct 2006 04:31:10 +0000 (05:31 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 2 Oct 2006 04:31:10 +0000 (05:31 +0100)
tt-rss.css

index 510acda734be448dd5682bb4a3730d07d9e7810a..b45d67386c60b4c0d8d4a29b52144f440ad98fa4 100644 (file)
@@ -1288,6 +1288,9 @@ div.return a:hover {
        border-width : 1px 0px 0px 0px;
        border-color : #88b0f0;
        border-style : solid;
+       height: expression((parseInt(document.documentElement.clientHeight)-75-40)+'px');
+       width: expression((parseInt(document.documentElement.clientWidth)-25)+'px');
+
 
 }