diff --git a/ChangeLog b/ChangeLog index 7d0de274ae..4e1455513e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,6 +42,7 @@ phpMyAdmin - ChangeLog - bug #4025 gzip export is not actually compressed with mod_deflate - bug #4054 query analysis doesn't launch in status monitor + Add pmahomme icon credits (FamFamFam silk icon set) +- bug #4064 Table structure statistics "Space usage" caption too small for l10n 4.0.5.0 (2013-08-04) - bug #3977 Not detected configuration storage diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index e5b3132dd0..2be99e6d6c 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -757,6 +757,7 @@ div#tablestatistics table { margin-top: 0.5em; margin-bottom: 0.5em; margin-: 0.5em; + min-width: 16em; } /* END table stats */ diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index ce913348bc..0408b6cab8 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -1007,6 +1007,7 @@ div#tablestatistics table { margin-bottom: .5em; margin-: 1.5em; margin-top: .5em; + min-width: 16em; } /* END table stats */