From c9e91e5bd0de03bd45b0cf9349dbf63b83e1dd75 Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Thu, 11 Dec 2014 08:50:12 +0100 Subject: [PATCH 1/2] Fix #4637 Field Alignment Signed-off-by: Hugues Peccatte --- themes/pmahomme/css/common.css.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index b605cd4d0b..69554d7d44 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -200,6 +200,14 @@ input[type=date] { border: 1px solid #aaa; color: #555; padding: 4px; +} + +input[type=text], +input[type=password], +input[type=number], +input[type=date], +input[type=checkbox], +select { margin: 6px; } @@ -2561,10 +2569,6 @@ fieldset .disabled-field td { -webkit-box-sizing: border-box; } -#table_columns select { - margin: 0 6px; -} - #placeholder { position: relative; border: 1px solid #aaa; From e1132f4923ba9e4b92f627c5c11ed967ddb90d6f Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Thu, 11 Dec 2014 11:00:34 +0100 Subject: [PATCH 2/2] Update ChangeLog. Signed-off-by: Hugues Peccatte --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index dad7fbe10a..f5eb9715a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,7 @@ phpMyAdmin - ChangeLog - bug #3794 failure to handle repeating empty columns when importing ODS - bug #4638 Default Export Method setting broken - bug #4639 Export SQL missing indentation first field +- bug #4637 Field Alignment 4.3.1.0 (2014-12-08) - bug #4609 'Show all' checkbox label is not clickable