[Phpmyadmin-devel] Variable width for HTML table in Create table dialog

Marc Delisle marc at infomarc.info
Wed Oct 12 19:04:11 CEST 2011


Hi,
To save horizontal space, I propose this change (also for original 
theme), removing the "width: 14em":

diff --git a/themes/pmahomme/css/theme_right.css.php 
b/themes/pmahomme/css/theme_right.css.php
index 358b71b..9aa6d38 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -2414,7 +2414,6 @@ fieldset .disabled-field td {
  }

  #table_columns input, #table_columns select {
-    width:              14em;
      box-sizing:         border-box;
      -ms-box-sizing:     border-box;

-- 
Marc Delisle
http://infomarc.info




More information about the Developers mailing list