SVN: toys/stbr/index.php

sparky sparky at pld-linux.org
Thu May 17 02:29:36 CEST 2007


Author: sparky
Date: Thu May 17 02:29:33 2007
New Revision: 8586

Modified:
   toys/stbr/index.php
Log:
- correct fix


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php	(original)
+++ toys/stbr/index.php	Thu May 17 02:29:33 2007
@@ -174,7 +174,7 @@
     }
 
     popupS.left = (x < maxX ? x : maxX) + "px";
-    popupS.top = (y < maxY ? y : y - popup.offsetHeight * 1.1) + "px";
+    popupS.top = (y < maxY ? y : y - popup.offsetHeight - 30) + "px";
 }
 function hideOver() {
     popupS.display = "none";


More information about the pld-cvs-commit mailing list