[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1623-g9b4543f

Marc Delisle lem9 at users.sourceforge.net
Fri Feb 4 18:51:46 CET 2011


The branch, master has been updated
       via  9b4543f2e8950022443575fb4614d6c4d390720b (commit)
      from  c05c4da9840b909c7317e2dbb3ebbf8d8f13b6ab (commit)


- Log -----------------------------------------------------------------
commit 9b4543f2e8950022443575fb4614d6c4d390720b
Author: Jan Prachaƙ <jan.prachar at gmail.com>
Date:   Tue Feb 1 23:13:10 2011 +0100

    CSS: Top menu items margins and paddings converted to absolute units to prevent changing outer width on hover.

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

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

diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php
index e555da9..07e786e 100644
--- a/themes/darkblue_orange/css/theme_right.css.php
+++ b/themes/darkblue_orange/css/theme_right.css.php
@@ -680,14 +680,14 @@ ul#topmenu li, ul#topmenu2 li {
 /* default tab styles */
 ul#topmenu a, ul#topmenu span {
     display:            block;
-    margin:             0.2em 0.2em 0 0.2em;
-    padding:            0.2em 0.2em 0 0.2em;
+    margin:             2px 2px 0;
+    padding:            2px 2px 0;
     white-space:        nowrap;
 }
 
 ul#topmenu ul a {
     margin:             0;
-    padding-bottom:     0.2em;
+    padding-bottom:     2px;
 }
 
 ul#topmenu .submenu {
@@ -797,7 +797,7 @@ ul#topmenu ul li:first-child a {
 ul#topmenu > li > a:hover,
 ul#topmenu > li > .tabactive {
     margin:             0;
-    padding:            0.2em 0.4em 0.2em 0.4em;
+    padding:            2px 4px;
     text-decoration:    none;
 }
 
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index bc5f6ee..02736c6 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -655,14 +655,14 @@ ul#topmenu li, ul#topmenu2 li {
 /* default tab styles */
 ul#topmenu a, ul#topmenu span {
     display:            block;
-    margin:             0.2em 0.2em 0 0.2em;
-    padding:            0.2em 0.2em 0 0.2em;
+    margin:             2px 2px 0;
+    padding:            2px 2px 0;
     white-space:        nowrap;
 }
 
 ul#topmenu ul a {
     margin:             0;
-    padding-bottom:     0.2em;
+    padding-bottom:     2px;
 }
 
 ul#topmenu .submenu {
@@ -772,7 +772,7 @@ ul#topmenu ul li:first-child a {
 ul#topmenu > li > a:hover,
 ul#topmenu > li > .tabactive {
     margin:             0;
-    padding:            0.2em 0.4em 0.2em 0.4em;
+    padding:            2px 4px;
     text-decoration:    none;
 }
 


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list