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 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; } /**