fix style

This commit is contained in:
bechi 2015-06-29 12:54:07 -03:00
commit 129f43d7bb
3 changed files with 10 additions and 15 deletions

View file

@ -326,16 +326,9 @@
<div ng-hide="home._paypro || home.hideAddress">
<div class="row collapse">
<div class="right size-12 m0 text-gray" ng-click="openWalletsModal(index.otherWallets)" ng-if="index.otherWallets">
send to my wallets
</div>
<label for="address" class="left" >
<span translate>To</span>
</label>
<span ng-hide="sendForm.address.$pristine">
<span class="has-error right size-12" ng-show="sendForm.address.$invalid && _address">
<i class="icon-close-circle size-14"></i>
@ -349,6 +342,9 @@
<div class="input">
<input type="text" id="address" name="address" ng-disabled="home.blockUx || home.lockAddress" ng-attr-placeholder="{{'Bitcoin address'|translate}}" ng-model="_address" valid-address required ng-focus="home.formFocus('address')" ng-blur="home.formFocus(false)">
<a class="postfix size-12 m0 text-gray" ng-click="openWalletsModal(index.otherWallets)" ng-if="index.otherWallets">
<i class="icon-wallet size-18"></i>
</a>
</div>
</div>
<div ng-show="home._paypro && !home.hideAddress">