button style

This commit is contained in:
bechi 2014-07-23 18:07:45 -03:00
parent 9875e9d643
commit bd53891a9d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div ng-show='$root.wallet.isReady()'> <div ng-show='$root.wallet.isReady()'>
<h1> <h1>
Addresses Addresses
<span class="button small side-bar" ng-click="newAddr()" ng-disabled="loading" loading="Creating"><i class="fi-plus"></i></span> <span class="button primary small side-bar" ng-click="newAddr()" ng-disabled="loading" loading="Creating"><i class="fi-plus"></i></span>
</h1> </h1>
<div class="large-12 medium-12" ng-if="!!(addresses|removeEmpty).length"> <div class="large-12 medium-12" ng-if="!!(addresses|removeEmpty).length">

View File

@ -4,7 +4,7 @@
<h3><i class="fi-download m10r"></i> Backup </h3> <h3><i class="fi-download m10r"></i> Backup </h3>
<p class="large-8 columns text-gray"> Its important to back up your wallet so that you can recover your wallet in case of disaster </p> <p class="large-8 columns text-gray"> Its important to back up your wallet so that you can recover your wallet in case of disaster </p>
<div class="large-4 columns"> <div class="large-4 columns">
<a class="button radius secondary expand" ng-click="downloadBackup()">Download File</a> <a class="button radius primary expand" ng-click="downloadBackup()">Download File</a>
</div> </div>
</div> </div>
<div class="large-9 columns line-dashed-h m15b"> </div> <div class="large-9 columns line-dashed-h m15b"> </div>