Fix #4064 Table structure statistics 'Space usage' caption too small for l10n
This commit is contained in:
commit
873fed0026
@ -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
|
||||
|
||||
@ -816,6 +816,7 @@ div#tablestatistics table {
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
margin-<?php echo $right; ?>: 0.5em;
|
||||
min-width: 16em;
|
||||
}
|
||||
/* END table stats */
|
||||
|
||||
|
||||
@ -1067,6 +1067,7 @@ div#tablestatistics table {
|
||||
margin-bottom: .5em;
|
||||
margin-<?php echo $right; ?>: 1.5em;
|
||||
margin-top: .5em;
|
||||
min-width: 16em;
|
||||
}
|
||||
|
||||
/* END table stats */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user