[UPDATE] fixed balance background

This commit is contained in:
iAmShorty 2014-03-10 10:28:37 +01:00
parent 27670647b6
commit 68816e3161

View File

@ -30,13 +30,13 @@
<tr> <tr>
<th>Confirmed</th> <th>Confirmed</th>
<th> <th>
<span class="confirmed" id="b-confirmed">{$GLOBAL.userdata.balance.confirmed|number_format:"6"}</span> <span class="label label-success pull-right" id="b-confirmed">{$GLOBAL.userdata.balance.confirmed|number_format:"6"}</span>
</th> </th>
</tr> </tr>
<tr> <tr>
<th>Unconfirmed</th> <th>Unconfirmed</th>
<th> <th>
<span class="unconfirmed" id="b-unconfirmed">{$GLOBAL.userdata.balance.unconfirmed|number_format:"6"}</span> <span class="label label-warning pull-right" id="b-unconfirmed">{$GLOBAL.userdata.balance.unconfirmed|number_format:"6"}</span>
</th> </th>
</tr> </tr>
</tbody> </tbody>