From 90d57722ec1cf58323b0d3c2f8b2043d85c85430 Mon Sep 17 00:00:00 2001 From: Viduranga Wijesooriya Date: Tue, 4 Feb 2014 16:26:25 +0530 Subject: [PATCH 1/2] fixed #4270 Bad text-color for table comments Signed-off-by: Viduranga Wijesooriya --- themes/original/css/common.css.php | 9 ++++++--- themes/pmahomme/css/common.css.php | 5 ++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 0ae1667f87..d009947b47 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -801,9 +801,12 @@ div#tablestatistics table { } #span_table_comment { - font-weight: normal; - font-style: italic; - white-space: nowrap; + font-weight: bold; + font-style: italic; + white-space: nowrap; + margin-left: 10px; + color: #D6D6D6; + text-shadow: none; } #serverinfo img { diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 23a0d034de..46ba54776a 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -1040,9 +1040,12 @@ div#tablestatistics table { } #span_table_comment { - font-weight: normal; + font-weight: bold; font-style: italic; white-space: nowrap; + margin-left: 10px; + color: #D6D6D6; + text-shadow: none; } #serverinfo img { From 22c997a9f38ae2537e9cd30b8cd00e6e953ca828 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 4 Feb 2014 07:39:06 -0500 Subject: [PATCH 2/2] ChangeLog entry for fix of bug #4270 Signed-off-by: Marc Delisle --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 2023008d95..702048c31e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ phpMyAdmin - ChangeLog - bug #4259 reCaptcha sound session expired problem - bug #4263 Japanese character encoding not working properly when exporting - bug #4269 Notice on table relation page +- bug #4270 Bad text-color for table comments 4.1.6.0 (2014-01-26) - bug #4232 User not found after creating the user