Set downloaded bytes min-width

This commit is contained in:
Martin 2016-01-24 15:36:12 +01:00
parent b0c7d1443a
commit 7634696b22
2 changed files with 20 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@ -24,7 +24,9 @@
{?indexing}{tIndexing...}{/indexing}
</div>
{?f_total_bytes}
{f_done_bytes} / {f_total_bytes}
<div style="min-width:15em">
{f_done_bytes} / {f_total_bytes}
</div>
{/f_total_bytes}
<td class="tabFLeft">{eta}</td>
<td class="tabFLeft">{speed}</td>