[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-12041-gad4975b

Rouslan Placella roccivic at users.sourceforge.net
Tue Jul 26 15:40:49 CEST 2011


The branch, master has been updated
       via  ad4975b82d6beb67d78c0e64092ef29f98a257e3 (commit)
       via  402a832e93192a043b79bc379ff5be80a93a8da1 (commit)
       via  871aaa9b641714af2137de5d67c137c8017580bd (commit)
       via  cc99e0405536b2d886897c269a4877c05ba156f9 (commit)
      from  9525cac85cb206f6ab6da2f56f85e613f17b601b (commit)


- Log -----------------------------------------------------------------
commit ad4975b82d6beb67d78c0e64092ef29f98a257e3
Merge: 9525cac85cb206f6ab6da2f56f85e613f17b601b 402a832e93192a043b79bc379ff5be80a93a8da1
Author: Rouslan Placella <rouslan at placella.com>
Date:   Tue Jul 26 14:39:20 2011 +0100

    Merge branch 'QA_3_4'
    
    Conflicts:
    	ChangeLog
    	Documentation.html
    	README
    	libraries/Config.class.php

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

Summary of changes:
 ChangeLog                              |    1 +
 themes/pmahomme/css/theme_left.css.php |   15 +++++++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 49a5b64..9f3c162 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,7 @@ phpMyAdmin - ChangeLog
 + AJAX for table Structure column Add
 
 3.4.5.0 (not yet released)
+- bug #3375325 [interface] Page list in navigation frame looks odd
 
 3.4.4.0 (not yet released)
 - bug #3323060 [parser] SQL parser breaks AJAX requests if query has unclosed quotes
diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php
index 89a7efb..8ed6707 100644
--- a/themes/pmahomme/css/theme_left.css.php
+++ b/themes/pmahomme/css/theme_left.css.php
@@ -141,15 +141,22 @@ ul#databaseList span {
 }
 
 ul#databaseList a {
+    color: #333;
+    background: url(./themes/pmahomme/img/database.png) no-repeat 0% 50% transparent;
     display: block;
-    padding:5px;
+    padding: 5px;
     font-style: normal;
 }
 
+div#navidbpageselector {
+    margin: 0.1em;
+    text-align: center;
+}
+
 div#navidbpageselector a,
-ul#databaseList a {
-    background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% transparent;
-    color:              #333;
+div#navidbpageselector select{
+    color: #333;
+    margin: 0.2em;
 }
 
 ul#databaseList ul {


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list