[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1795-g8119fa3

The branch, master has been updated via 8119fa376954e8fc7811c67cd68401b474f8d4f0 (commit) from df6bed32948928fb33ef90d20dc091a69b6bb4a7 (commit) - Log ----------------------------------------------------------------- commit 8119fa376954e8fc7811c67cd68401b474f8d4f0 Author: Rouslan Placella <rouslan@placella.com> Date: Tue Apr 5 23:16:47 2011 +0100 Bug #3271928 - Fix alignment of form fields when creating a new table ----------------------------------------------------------------------- Summary of changes: themes/original/css/theme_right.css.php | 9 +++++++++ themes/pmahomme/css/theme_right.css.php | 13 +++++++++++++ 2 files changed, 22 insertions(+), 0 deletions(-) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 1c9d5f5..5eb1a35 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1808,3 +1808,12 @@ fieldset .disabled-field td { #prefs_autoload { margin-bottom: 0.5em; } + +#table_columns input, select { + width: 14em; + box-sizing: border-box; + -ms-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; +} + diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 652b441..3b57fea 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -2110,3 +2110,16 @@ fieldset .disabled-field td { #prefs_autoload { margin-bottom: 0.5em; } + +#table_columns input, select { + width: 14em; + box-sizing: border-box; + -ms-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; +} + +#table_columns select { + margin: 0 6px; +} + hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař