From 4f3f7382412ee286da6b829df86bdc72f67ed45b Mon Sep 17 00:00:00 2001 From: Viduranga Wijesooriya Date: Sat, 29 Mar 2014 00:26:09 +0530 Subject: [PATCH 1/2] bug-#4336 fixed list server styles Signed-off-by: Viduranga Wijesooriya Signed-off-by: Marc Delisle --- themes/original/css/common.css.php | 3 ++- themes/pmahomme/css/common.css.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 1483a27181..ff75b26f38 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -1385,7 +1385,8 @@ textarea#partitiondefinition { } #list_server { - list-style-image: none; + list-style-type: none; + padding: 0; } /** diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 9c8c43d0b4..df1d6b8090 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -1760,7 +1760,8 @@ textarea#partitiondefinition { } #list_server { - list-style-image: none; + list-style-type: none; + padding: 0; } /** From b87c3ea29a77116baf285a6d63780e9bd9372dda Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 29 Mar 2014 07:37:39 -0400 Subject: [PATCH 2/2] ChangeLog entry Signed-off-by: Marc Delisle --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 069d74d448..4d53157834 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ phpMyAdmin - ChangeLog 4.1.13.0 (not yet released) - bug #4279 CTRL + up or down moves 2 fields +- bug #4336 List server css style wrong 4.1.12.0 (2014-03-27) - bug #4334 Add event : datepicker won't open