The branch, master has been updated
       via  8b93e376ab3f11ab486f820f8b597afe3837f1ca (commit)
      from  62acfa73d71cfa11ae36e8a5f6d61f54675f54c5 (commit)


- Log -----------------------------------------------------------------
commit 8b93e376ab3f11ab486f820f8b597afe3837f1ca
Author: Marc Delisle <[email protected]>
Date:   Sat Apr 16 13:04:11 2011 -0400

    Removed 9px height and width on plus/minus icons in navigation frame

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

Summary of changes:
 navigation.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/navigation.php b/navigation.php
index 8776645..b7b9602 100644
--- a/navigation.php
+++ b/navigation.php
@@ -235,9 +235,9 @@ if (! $GLOBALS['server']) {
 //    In this case, the database should not be collapsible/expandable
 
 $img_plus = '<img class="icon" id="el%dImg" src="' . $pmaThemeImage . 
'b_plus.png"'
-    .' width="9" height="9" alt="+" />';
+    .' alt="+" />';
 $img_minus = '<img class="icon" id="el%dImg" src="' . $pmaThemeImage . 
'b_minus.png"'
-    .' width="9" height="9" alt="-" />';
+    .' alt="-" />';
 
 $href_left = '<a onclick="if (toggle(\'%d\')) return false;"'
     .' href="navigation.php?%s" target="_self">';


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to