[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_6RC1-20981-gc84dcb6

Marc Delisle lem9 at users.sourceforge.net
Thu Oct 13 18:43:36 CEST 2011


The branch, master has been updated
       via  c84dcb69c3173bae243f8cab08a5196209ce45a5 (commit)
      from  52871d929bc31744fea167b498206f19e3beca61 (commit)


- Log -----------------------------------------------------------------
commit c84dcb69c3173bae243f8cab08a5196209ce45a5
Author: Marc Delisle <marc at infomarc.info>
Date:   Thu Oct 13 12:42:36 2011 -0400

    As suggested by Piotr:
    
    I think we should target text inputs specifically, and don't touch
    checkboxes at all, just to be safe in case of future style changes.
    For instance, Opera can completely change checkbox rendering even with
    simple CSS rules that in theory don't collide with standard control
    drawing.

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

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

diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 717557d..f59e286 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -2010,7 +2010,7 @@ fieldset .disabled-field td {
     padding: 0.5em;
 }
 
-#table_columns input, #table_columns select {
+#table_columns input[type="text"], #table_columns select {
     width:              10em;
     box-sizing:         border-box;
     -ms-box-sizing:     border-box;
@@ -2018,10 +2018,6 @@ fieldset .disabled-field td {
     -webkit-box-sizing: border-box;
 }
 
-#table_columns input[type="checkbox"] {
-    width:              2em;
-}
-
 #placeholder {
     position: relative;
     border: 1px solid #aaa;
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index bb55207..1f7b509 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -2413,7 +2413,7 @@ fieldset .disabled-field td {
     padding: 1.5em;
 }
 
-#table_columns input, #table_columns select {
+#table_columns input[type="text"], #table_columns select {
     width:              10em;
     box-sizing:         border-box;
     -ms-box-sizing:     border-box;
@@ -2421,10 +2421,6 @@ fieldset .disabled-field td {
     -webkit-box-sizing: border-box;
 }
 
-#table_columns input[type="checkbox"] {
-    width:              2em;
-}
-
 #table_columns select {
     margin:             0 6px;
 }


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list