The branch, master has been updated
       via  8b392c661e2ec74372139cab49232ff131747730 (commit)
      from  1c64284afb4e234f6697b6016a2fe2be9594d16b (commit)


- Log -----------------------------------------------------------------
commit 8b392c661e2ec74372139cab49232ff131747730
Author: Rouslan Placella <[email protected]>
Date:   Tue Apr 12 18:10:04 2011 +0100

    Corrected CSS selector. Related to bug #3271928 and patch#3271930.

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

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

diff --git a/themes/original/css/theme_right.css.php 
b/themes/original/css/theme_right.css.php
index 5eb1a35..de935a4 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -1809,7 +1809,7 @@ fieldset .disabled-field td {
     margin-bottom: 0.5em;
 }
 
-#table_columns input, select {
+#table_columns input, #table_columns select {
     width:              14em;
     box-sizing:         border-box;
     -ms-box-sizing:     border-box;
diff --git a/themes/pmahomme/css/theme_right.css.php 
b/themes/pmahomme/css/theme_right.css.php
index 3b57fea..ed1e93a 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -2111,7 +2111,7 @@ fieldset .disabled-field td {
     margin-bottom: 0.5em;
 }
 
-#table_columns input, select {
+#table_columns input, #table_columns select {
     width:              14em;
     box-sizing:         border-box;
     -ms-box-sizing:     border-box;


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to