]> git.wh0rd.org - tt-rss.git/commitdiff
move infobox to 30% top
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 11 Dec 2005 08:29:22 +0000 (09:29 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 11 Dec 2005 08:29:22 +0000 (09:29 +0100)
prefs.js
tt-rss.css

index d64e86aafb03a3954db9f7591e5c93a47b4d34c8..55f3abe6703326ddd1a37765495170e0b7d2918c 100644 (file)
--- a/prefs.js
+++ b/prefs.js
@@ -125,7 +125,7 @@ function infobox_callback() {
                        if (shadow) {
                                shadow.style.display = "block";
                        } else {
-                               box.style.display = "block";
+                               box.style.display = "block";                            
                        }
                }
        }
index d95f1315eb18cb079b68cb541e31eba6b70e7fb8..ac306ab90beae8e1f778157871adde6e182f93d1 100644 (file)
@@ -530,6 +530,7 @@ div.helpResponse {
        width : 30%;
        z-index : 3;
        display : none;
+       top : 30%;
 }
 
 div.infoBoxContents {