[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_8-10812-gf26a913

Marc Delisle lem9 at users.sourceforge.net
Sun Nov 7 13:50:16 CET 2010


The branch, master has been updated
       via  f26a91317cb6cacf73093ab4082c9cd63917de2f (commit)
      from  67eb6f6ca6c71837ea344aba8f7ea5b30c25a672 (commit)


- Log -----------------------------------------------------------------
commit f26a91317cb6cacf73093ab4082c9cd63917de2f
Author: Marc Delisle <marc at infomarc.info>
Date:   Sun Nov 7 07:49:55 2010 -0500

    Designer: the new relation box is often not completely visible

-----------------------------------------------------------------------

Summary of changes:
 pmd/scripts/move.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pmd/scripts/move.js b/pmd/scripts/move.js
index a2f1dcd..93180cb 100644
--- a/pmd/scripts/move.js
+++ b/pmd/scripts/move.js
@@ -517,7 +517,7 @@ function Click_field(T, f, PK) // table field
             }
             var left = Glob_X - (document.getElementById('layer_new_relation').offsetWidth>>1);
             document.getElementById('layer_new_relation').style.left = left + 'px';
-            var top = Glob_Y - document.getElementById('layer_new_relation').offsetHeight - 10;
+            var top = Glob_Y - document.getElementById('layer_new_relation').offsetHeight + 40;
             document.getElementById('layer_new_relation').style.top  = top + 'px';
             document.getElementById('layer_new_relation').style.visibility = "visible";
             link_relation += '&T2=' + T + '&F2=' + f;


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list