Better screenshots

This commit is contained in:
cytopia 2016-10-22 18:00:20 +02:00
parent e5bd51a041
commit a699e55471
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
<td><?php echo $keys['charset'];?></td> <td><?php echo $keys['charset'];?></td>
<td><?php echo $keys['collation'];?></td> <td><?php echo $keys['collation'];?></td>
<td><code><span class="table" id="table-<?php echo $name;?>">&nbsp;&nbsp;&nbsp;&nbsp;</span></code></td> <td><code><span class="table" id="table-<?php echo $name;?>">&nbsp;&nbsp;&nbsp;&nbsp;</span></code></td>
<td><code><span class="size" id="size-<?php echo $name;?>">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></code></td> <td><code><span class="size" id="size-<?php echo $name;?>">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></code></td>
</tr> </tr>
<input type="hidden" name="database[]" class="database" value="<?php echo $name;?>" /> <input type="hidden" name="database[]" class="database" value="<?php echo $name;?>" />
<?php endforeach; ?> <?php endforeach; ?>
@ -63,8 +63,8 @@
if (this.readyState == 4 && this.status == 200) { if (this.readyState == 4 && this.status == 200) {
res = (this.responseText) == 0 ? '0sss MB' : this.responseText+' MB'; res = (this.responseText) == 0 ? '0sss MB' : this.responseText+' MB';
len = res.length; len = res.length;
if (len < 8) { if (len < 9) {
for (i=len; i<8; i++) { for (i=len; i<9; i++) {
fill = '&nbsp;' + fill; fill = '&nbsp;' + fill;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 52 KiB