[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-1774-g7fe8573

Piotr Przybylski crackpl at users.sourceforge.net
Thu Mar 3 12:59:45 CET 2011


The branch, master has been updated
       via  7fe857322b21e4fe412b96af88ee64996e354ad4 (commit)
      from  614838a4e56f6b6298c6c43e380eae7976d746fa (commit)


- Log -----------------------------------------------------------------
commit 7fe857322b21e4fe412b96af88ee64996e354ad4
Author: Piotr Przybylski <piotrprz at gmail.com>
Date:   Thu Mar 3 12:59:11 2011 +0100

    fix More for topmenu in pmahomme
    formatting

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

Summary of changes:
 themes/original/css/theme_right.css.php |    4 ++--
 themes/pmahomme/css/theme_right.css.php |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 73ec5f8..a0bbfea 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -682,10 +682,10 @@ ul#topmenu ul a {
 
 ul#topmenu .submenu {
     position:           relative;
-    display: none;
+    display:            none;
 }
 ul#topmenu .shown {
-    display: block;
+    display:            block;
 }
 
 ul#topmenu ul {
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index cb5f3d8..8f9fcc9 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -831,12 +831,12 @@ ul#topmenu ul a {
 }
 /* MH added for hide/show more menu */
 ul#topmenu .submenu {
-	display:	none;
-    position:	relative;
+    display:	        none;
+    position:	        relative;
 }
 
-#topmenu .shown {
-    display: inline-block;
+ul#topmenu .shown {
+    display:            inline-block;
 }
 
 ul#topmenu ul {


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list