[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-2271-gb1146ee

Michal Čihař nijel at users.sourceforge.net
Fri Apr 15 08:52:36 CEST 2011


The branch, master has been updated
       via  b1146ee73fe78680d577f1ccabcb0eeed38e341b (commit)
      from  0eff0fc8ed6d6e34e043c796f53b644fccf29488 (commit)


- Log -----------------------------------------------------------------
commit b1146ee73fe78680d577f1ccabcb0eeed38e341b
Author: Aris Feryanto <aris_feryanto at yahoo.com>
Date:   Fri Apr 15 11:26:05 2011 +0700

    IE9 theme compatibility - AJAX "Loading" message misaligned

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

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

diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index de935a4..5e1d013 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -1386,8 +1386,7 @@ table#serverconnection_trg_local  {
     margin-bottom: 0;
     margin-left: auto;
     padding: 3px 5px;   /** Keep a little space on the sides of the text */
-    min-width: 70px;
-    max-width: 350px;   /** This value might have to be changed */
+    width: 350px;
     background-color: #FFD700;
     z-index: 1100;      /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
     text-align: center;
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index ed1e93a..4a147d1 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -1650,8 +1650,7 @@ table#serverconnection_trg_local  {
     margin-bottom: 0;
     margin-left: auto;
     padding: 5px;   /** Keep a little space on the sides of the text */
-    min-width: 70px;
-    max-width: 350px;   /** This value might have to be changed */
+    width: 350px;
 
     z-index: 1100;      /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
     text-align: center;


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list