update proposals header styling
This commit is contained in:
parent
073b063a48
commit
155697e087
2 changed files with 10 additions and 2 deletions
|
|
@ -40,6 +40,10 @@
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
|
|
||||||
|
&.proposal {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
&__marker {
|
&__marker {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
||||||
|
|
@ -92,12 +92,16 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="list" ng-if="txps[0]">
|
<div class="list" ng-if="txps[0]">
|
||||||
<div class="item item-heading" translate>
|
<!-- <div class="item item-heading" translate>
|
||||||
<span ng-show="requiresMultipleSignatures" translate>Payment Proposals</span>
|
<span ng-show="requiresMultipleSignatures" translate>Payment Proposals</span>
|
||||||
<span ng-show="!requiresMultipleSignatures" translate>Unsent transactions</span>
|
<span ng-show="!requiresMultipleSignatures" translate>Unsent transactions</span>
|
||||||
|
</div> -->
|
||||||
|
<div class="wallet-details__group-label" style="padding-bottom: 8px;">
|
||||||
|
<span ng-show="requiresMultipleSignatures" translate>Proposals</span>
|
||||||
|
<span ng-show="!requiresMultipleSignatures" translate>Unsent transactions</span>
|
||||||
</div>
|
</div>
|
||||||
<div ng-repeat="tx in txps" ng-click="openTxpModal(tx)">
|
<div ng-repeat="tx in txps" ng-click="openTxpModal(tx)">
|
||||||
<div class="wallet-details__item" ng-include="'views/includes/txp.html'"></div>
|
<div class="wallet-details__item proposal" ng-include="'views/includes/txp.html'"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item item-footer description" ng-show="status.lockedBalanceSat">
|
<div class="item item-footer description" ng-show="status.lockedBalanceSat">
|
||||||
<span translate>Total Locked Balance</span>:
|
<span translate>Total Locked Balance</span>:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue