From 7934919b9edcc1e54aa204157a7f005b47a2e2e4 Mon Sep 17 00:00:00 2001 From: Andrea Vallorani Date: Fri, 13 Mar 2015 08:47:52 -0400 Subject: [PATCH 1/3] Bug #4786 SELECT width on relations page Signed-off-by: Andrea Vallorani andrea.vallorani@gmail.com --- themes/pmahomme/css/common.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index f0796b0f48..35fda394a0 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -539,7 +539,7 @@ fieldset .formelement { width: 25%; } #foreign_keys.relationalTable td:first-child + td select { - width: 32%; + width: auto; margin-right: 1%; } #foreign_keys.relationalTable { From 3f62197019975e7f0928b9724b6452a29899bbb0 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 13 Mar 2015 08:49:36 -0400 Subject: [PATCH 2/3] Bug #4786: also fix the original theme Signed-off-by: Marc Delisle --- themes/original/css/common.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 6aff4b73ed..9a3e5a339f 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -255,7 +255,7 @@ fieldset .formelement { width: 25%; } #foreign_keys.relationalTable td:first-child + td select { - width: 32%; + width: auto; margin-right: 1%; } #foreign_keys.relationalTable { @@ -3095,4 +3095,4 @@ th.headerSortUp .sorticon, th.headerSortDown:hover .sorticon { th.headerSortDown .sorticon, th.headerSortUp:hover .sorticon { background-image: url(getImgPath('s_asc.png');?>); } -/* end of styles of sortable tables */ \ No newline at end of file +/* end of styles of sortable tables */ From 2f7d6cb323f97fad085680396a47b3f94c774ccc Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 13 Mar 2015 08:50:44 -0400 Subject: [PATCH 3/3] ChangeLog entry Signed-off-by: Marc Delisle --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 1ea2025419..c95557e788 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ phpMyAdmin - ChangeLog - bug #4758 Firefox with auth_type to http with multiple server doesn't work anymore - bug #4789 Views aren't dropped when copying a database - bug #4784 Incomplete bookmark saving +- bug #4786 SELECT width on relations page 4.3.11.1 (2015-03-04) - bug [security] Risk of BREACH attack, see PMASA-2015-1