Clean code

This commit is contained in:
Gustavo Maximiliano Cortez 2017-10-02 12:37:33 -03:00
commit 2e541f90ad
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 1 additions and 5 deletions

View file

@ -30,9 +30,4 @@
.toggle { .toggle {
cursor: pointer; cursor: pointer;
} }
.legacy-bitcoin-address {
font-size: 12px;
color: #aaa;
margin-left: 40px;
}
} }

View file

@ -60,6 +60,7 @@
<span ng-if="tx.toName && !showAddress">{{tx.toName}}</span> <span ng-if="tx.toName && !showAddress">{{tx.toName}}</span>
<span ng-if="tx.toName && showAddress">{{tx.toAddress}}</span> <span ng-if="tx.toName && showAddress">{{tx.toAddress}}</span>
</div> </div>
</div>
<a class="item item-icon-right" ng-hide="!wallet" ng-click="showWalletSelector()"> <a class="item item-icon-right" ng-hide="!wallet" ng-click="showWalletSelector()">
<span class="label" translate>From</span> <span class="label" translate>From</span>
<div class="wallet" ng-if="wallet"> <div class="wallet" ng-if="wallet">