fixes: layout of transactions, addresses and backups. Icon for qr-address. Hide box with shipping information
This commit is contained in:
parent
031a65e0e4
commit
fc3d5e3157
5 changed files with 162 additions and 157 deletions
|
|
@ -1,15 +1,15 @@
|
|||
<div class="backup" ng-controller="BackupController">
|
||||
<h1>Backup & Delete </h1>
|
||||
<div class="oh large-9 columns panel">
|
||||
<div class="oh large-12 columns panel">
|
||||
<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>
|
||||
<div class="large-4 columns">
|
||||
<a class="button radius primary expand" ng-click="downloadBackup()">Download File</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="large-9 columns line-dashed-h m15b"> </div>
|
||||
<div class="large-12 columns line-dashed-h m15b"> </div>
|
||||
<div>
|
||||
<div class="oh large-9 columns panel">
|
||||
<div class="oh large-12 columns panel">
|
||||
<h3><i class="fi-minus-circle m10r"></i> Delete Wallet </h3>
|
||||
<p class="large-8 columns text-gray"> If all funds have been removed from your wallet and you do not wish to have the wallet data stored on your computer anymore, you can delete your wallet. </p>
|
||||
<div class="large-4 columns">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue