From 8fcddc38a0627a0e396252586aea4ec357423007 Mon Sep 17 00:00:00 2001 From: "Ann + J.M" Date: Mon, 3 Feb 2014 14:56:14 +0100 Subject: [PATCH 1/3] Remove trailing space in pmahomme common CSS Signed-off-by: Ann + J.M --- themes/pmahomme/css/common.css.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 956467db9e..5375161ef8 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -447,7 +447,7 @@ fieldset .formelement { clear: none; } #relationalTable td:first-child + td { - width: 25%; + width: 25%; } #relationalTable td:first-child + td select { width: 32%; @@ -455,8 +455,8 @@ fieldset .formelement { } #relationalTable { width: 100%; - } - + } + } /* revert for Gecko */ From f17e7689f623873776b101a412321b2f99d26daf Mon Sep 17 00:00:00 2001 From: "Ann + J.M" Date: Mon, 3 Feb 2014 14:56:41 +0100 Subject: [PATCH 2/3] Add bottom border to pmahomme top menu container Signed-off-by: Ann + J.M --- themes/pmahomme/css/common.css.php | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 5375161ef8..fae101970b 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -871,6 +871,7 @@ ul#topmenu2 li { .menucontainer { getCssGradient('ffffff', 'dcdcdc'); ?> border-top: 1px solid #aaa; + border-bottom: 1px solid #ccc; } /* default tab styles */ From 42d15d46418812c978c1dab77c0bee68b6f6cb87 Mon Sep 17 00:00:00 2001 From: "Ann + J.M" Date: Mon, 3 Feb 2014 14:57:10 +0100 Subject: [PATCH 3/3] Add ChangeLog entry for rfe #1500 Signed-off-by: Ann + J.M --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 58dd2c7f8f..577bd26024 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,10 +15,11 @@ phpMyAdmin - ChangeLog + rfe #1478 Make Column Headings Sticky + rfe #1480 Enhance privileges initials table + rfe #1472 [interface] Break "Edit privileges" with sub-menus -+ rfe #1466 Minor refactoring required ++ rfe #1466 Minor refactoring required + rfe #1004 Create indexes at the end in SQL export + rfe #1479 Relations edit form for larger monitors + rfe #1475 Inline query box vertical resize ++ rfe #1500 [interface] Add bottom border to top menu container 4.1.7.0 (not yet released) - bug #4245 initial Browse query does not match sorting order