[FIX] changed inline styles to css
This commit is contained in:
parent
1a9ba4adc3
commit
2225468374
@ -367,3 +367,7 @@ span.overview {
|
|||||||
div.overview {
|
div.overview {
|
||||||
margin: 20px 0px 0px;
|
margin: 20px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.bigfont {
|
||||||
|
font-size: 100%;
|
||||||
|
}
|
||||||
|
|||||||
@ -30,13 +30,13 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Confirmed</th>
|
<th>Confirmed</th>
|
||||||
<th>
|
<th>
|
||||||
<span class="label label-success pull-right" id="b-confirmed">{$GLOBAL.userdata.balance.confirmed|number_format:"6"}</span>
|
<span class="label label-success pull-right bigfont" 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="label label-warning pull-right" id="b-unconfirmed">{$GLOBAL.userdata.balance.unconfirmed|number_format:"6"}</span>
|
<span class="label label-warning pull-right bigfont" id="b-unconfirmed">{$GLOBAL.userdata.balance.unconfirmed|number_format:"6"}</span>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user