diff --git a/ChangeLog b/ChangeLog index eb7a829f63..8c091418ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,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 3906a9c2fd..f2c3df61c6 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -816,6 +816,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 4860c060ff..42752b5293 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -1067,6 +1067,7 @@ div#tablestatistics table { margin-bottom: .5em; margin-: 1.5em; margin-top: .5em; + min-width: 16em; } /* END table stats */