Skip to content

Commit

Permalink
Fix #4064 Table structure statistics 'Space usage' caption too small …
Browse files Browse the repository at this point in the history
…for l10n
  • Loading branch information
mynetx committed Aug 20, 2013
2 parents 9fab9de + b52fa19 commit 873fed0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions themes/original/css/common.css.php
Expand Up @@ -816,6 +816,7 @@
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-<?php echo $right; ?>: 0.5em;
min-width: 16em;
}
/* END table stats */

Expand Down
1 change: 1 addition & 0 deletions themes/pmahomme/css/common.css.php
Expand Up @@ -1067,6 +1067,7 @@
margin-bottom: .5em;
margin-<?php echo $right; ?>: 1.5em;
margin-top: .5em;
min-width: 16em;
}

/* END table stats */
Expand Down

0 comments on commit 873fed0

Please sign in to comment.