fix refresh btn position

This commit is contained in:
bechi 2014-10-31 12:14:47 -03:00
commit da5aa14487
3 changed files with 19 additions and 3 deletions

View file

@ -19,4 +19,9 @@
<div class="right">
<a class="button tiny pri radius oh" href="#!/manage" title="Manage wallets"><i class="fi-plus"></i> {{'Manage wallets' | translate }}</a>
</div>
<div class="right m20r m5t">
<a ng-click="refresh()" class="size-18 text-gray">
<i class="fi-refresh right"></i>
</a>
</div>