fix txp details
This commit is contained in:
parent
2346721d75
commit
b7498ee399
2 changed files with 9 additions and 8 deletions
|
|
@ -22,8 +22,8 @@
|
||||||
<i class="db fi-arrow-down size-24 m10v"></i>
|
<i class="db fi-arrow-down size-24 m10v"></i>
|
||||||
<span class="payment-proposal-to"
|
<span class="payment-proposal-to"
|
||||||
ng-click="copyAddress(tx.toAddress)">
|
ng-click="copyAddress(tx.toAddress)">
|
||||||
<i class="fi-bitcoin"></i>
|
<i class="fi-bitcoin left"></i>
|
||||||
<contact ng-if="!tx.hasMultiplesOutputs" class="dib enable_text_select" address="{{tx.toAddress}}"></contact>
|
<contact ng-if="!tx.hasMultiplesOutputs" class="dib enable_text_select ellipsis m5t size-14" address="{{tx.toAddress}}"></contact>
|
||||||
<span ng-if="tx.hasMultiplesOutputs" translate>
|
<span ng-if="tx.hasMultiplesOutputs" translate>
|
||||||
Multiple recipients
|
Multiple recipients
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -41,15 +41,15 @@
|
||||||
The payment was removed by creator
|
The payment was removed by creator
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row p20t white" ng-if="tx.pendingForUs">
|
<div class="oh p20t white" ng-if="tx.pendingForUs">
|
||||||
<div class="large-5 medium-5 small-6 columns">
|
<div class="large-6 medium-6 small-6 columns">
|
||||||
<button class="button outline round dark-gray expand" ng-click="reject(tx);"
|
<button class="button outline round dark-gray expand" ng-click="reject(tx);"
|
||||||
ng-disabled="loading">
|
ng-disabled="loading">
|
||||||
<i class="fi-x"></i>
|
<i class="fi-x"></i>
|
||||||
<span translate>Reject</span>
|
<span translate>Reject</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="large-5 medium-5 small-6 columns text-right" ng-show="canSign">
|
<div class="large-6 medium-6 small-6 columns text-right" ng-show="canSign">
|
||||||
<button class="button primary round expand" ng-click="sign(tx)"
|
<button class="button primary round expand" ng-click="sign(tx)"
|
||||||
ng-style="{'background-color':color}"
|
ng-style="{'background-color':color}"
|
||||||
ng-disabled="loading">
|
ng-disabled="loading">
|
||||||
|
|
|
||||||
|
|
@ -758,8 +758,9 @@ textarea:focus
|
||||||
}
|
}
|
||||||
|
|
||||||
.payment-proposal-to {
|
.payment-proposal-to {
|
||||||
|
width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 3px 15px;
|
padding: 5px 15px;
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
background-color: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -767,8 +768,8 @@ textarea:focus
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
border-right: 1px solid;
|
border-right: 1px solid;
|
||||||
border-color: rgba(0, 0, 0, 0.1);
|
border-color: rgba(255, 255, 255, 0.1);
|
||||||
font-size: 25px;
|
font-size: 20px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue