From 73e6a37a1c19ea8c46770bdccfc7ae8f6c67fba9 Mon Sep 17 00:00:00 2001 From: Keerthana Ratnasingam Date: Thu, 21 Sep 2017 21:22:55 -0300 Subject: [PATCH] Fix Edit index Column alignment issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix #13513 Signed-off-by: Keerthana Ratnasingam Signed-off-by: MaurĂ­cio Meneghini Fauth --- ChangeLog | 1 + themes/pmahomme/css/common.css.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b716e28776..772b18410a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ phpMyAdmin - ChangeLog - issue #13533 Fixed saving column to display - issue #13647 Fixed export of tables with VIRTUAL columns - issue #13669 Fixed selecting multiple rows accidentally selects the next row too +- issue #13513 Fixed edit index Column alignment issue 4.7.4 (2017-08-23) - issue #13415 Remove shadow from the logo diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 905d2455c3..bdffdd2817 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -2233,7 +2233,7 @@ table#index_columns { table#index_columns select { width: 85%; - float: right; + float: ; } #move_columns_dialog div {