add panel

This commit is contained in:
bechi 2015-01-30 17:42:07 -03:00
parent 3ce975c0c2
commit 940647ad58
2 changed files with 4 additions and 13 deletions

View File

@ -992,7 +992,7 @@ input[type=date], input[type=datetime-local], input[type=datetime], input[type=e
background: #F2F5F8;
-moz-box-shadow: none;
box-shadow: none;
border: 1px solid #CED5DC;
border: none;
padding-left: 0.5rem;
font-size: 13px;
}

View File

@ -49,8 +49,9 @@
<div class="row" ng-show="!fetchingURL && !creatingTX">
<div class="large-8 small-11 small-centered large-centered columns">
<div class="large-8 large-centered columns">
<form name="sendForm" ng-submit="submitForm(sendForm)" novalidate>
<div class="panel">
<div class="box-notification" ng-show="error && !hideForWP ">
<div class="box-icon error">
<i class="fi-x size-24"></i>
@ -173,18 +174,8 @@
<a ng-click="resetForm()" class="button expand warning m0" ng-show="_merchantData || lockAddress" ng-disabled="loading">Cancel</a>
</div>
</div>
</div>
</form>
<!-- <div class="locked m10b" ng-show="$root.wallet.balanceInfo.lockedBalance && !walletSelection">
<i class="fi-lock"></i>
<span>
{{'Locked'|translate}} &nbsp;
</span>
<span ng-if="$root.wallet.balanceInfo.updatingBalance"><i class="fi-bitcoin-circle icon-rotate spinner"></i></span>
<span ng-if="$root.wallet && !$root.wallet.balanceInfo.updatingBalance">
<b>{{$root.wallet.balanceInfo.lockedBalance}} {{$root.wallet.settings.unitName}} </b>
- {{$root.wallet.balanceInfo.lockedBalanceAlternative}} {{$root.wallet.balanceInfo.alternativeIsoCode}}
</span>
</div> -->
</div>
</div>
<!-- end of row -->