diff --git a/ChangeLog b/ChangeLog index 4f46c42fd9..8627a7a36f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -47,6 +47,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 484138a3b7..b9f71973f2 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -1428,7 +1428,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 c62905b267..990880dfb2 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -1871,7 +1871,8 @@ textarea#partitiondefinition { } #list_server { - list-style-image: none; + list-style-type: none; + padding: 0; } /**