The branch, master has been updated
       via  19dd8f292885ca6adc284b6c0977cb3ccfff20d3 (commit)
      from  e443bdbd5a1618c3aad6040c6c71d9b365491ff4 (commit)


- Log -----------------------------------------------------------------
commit 19dd8f292885ca6adc284b6c0977cb3ccfff20d3
Author: Michal Čihař <[email protected]>
Date:   Fri Aug 19 13:04:08 2011 +0200

    Make canvas aligned with tables

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

Summary of changes:
 pmd_general.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pmd_general.php b/pmd_general.php
index 3613f1f..bfb9818 100644
--- a/pmd_general.php
+++ b/pmd_general.php
@@ -117,6 +117,9 @@ echo $script_tabs . $script_contr . $script_display_field;
 </div>
 
 <form action="" method="post" name="form1">
+<div id="osn_tab">
+  <canvas class="pmd" id="canvas" width="100" height="100" 
onclick="Canvas_click(this)"></canvas>
+</div>
 <div id="layer_menu" style="visibility:<?php echo $hidden ?>;">
 <div align="center" style="padding-top:5px;">
     <a href="javascript:Hide_tab_all(document.getElementById('key_HS_all'));"
@@ -173,9 +176,6 @@ for ($i = 0; $i < $name_cnt; $i++) {
 </div>
 </div>
 
-<div id="osn_tab">
-  <canvas class="pmd" id="canvas" width="100" height="100" 
onclick="Canvas_click(this)"></canvas>
-</div>
 
 <?php
 for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); $i++) {


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to