[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_6RC1-20980-g52871d9

Marc Delisle lem9 at users.sourceforge.net
Thu Oct 13 13:56:50 CEST 2011


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


- Log -----------------------------------------------------------------
commit 52871d929bc31744fea167b498206f19e3beca61
Author: Marc Delisle <marc at infomarc.info>
Date:   Thu Oct 13 07:56:30 2011 -0400

    Horizontal space reduction

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

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

diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index be8d933..717557d 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -2011,13 +2011,17 @@ fieldset .disabled-field td {
 }
 
 #table_columns input, #table_columns select {
-    width:              14em;
+    width:              10em;
     box-sizing:         border-box;
     -ms-box-sizing:     border-box;
     -moz-box-sizing:    border-box;
     -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 358b71b..bb55207 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -2414,13 +2414,17 @@ fieldset .disabled-field td {
 }
 
 #table_columns input, #table_columns select {
-    width:              14em;
+    width:              10em;
     box-sizing:         border-box;
     -ms-box-sizing:     border-box;
     -moz-box-sizing:    border-box;
     -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