better style proposal deletion help text
This commit is contained in:
parent
b3ad938ad4
commit
7f40490d0b
2 changed files with 4 additions and 7 deletions
|
|
@ -201,11 +201,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.accept-slide {
|
.proposal-deletion-help {
|
||||||
position: fixed;
|
color: $item-label-color;
|
||||||
bottom: 0;
|
padding: 1rem 2rem;
|
||||||
width: 100%;
|
|
||||||
height: 100px;
|
|
||||||
background-color: #f5f5f5;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -182,7 +182,7 @@
|
||||||
Click to accept
|
Click to accept
|
||||||
</click-to-accept>
|
</click-to-accept>
|
||||||
<div class="m30t text-center" ng-if="tx.canBeRemoved || (tx.status == 'accepted' && !tx.broadcastedOn)">
|
<div class="m30t text-center" ng-if="tx.canBeRemoved || (tx.status == 'accepted' && !tx.broadcastedOn)">
|
||||||
<div class="size-12 padding" ng-show="!tx.isGlidera && isShared" translate>
|
<div class="size-12 padding proposal-deletion-help" ng-show="!tx.isGlidera && isShared" translate>
|
||||||
* A payment proposal can be deleted if 1) you are the creator, and no other copayer has signed, or 2) 24 hours have passed since the proposal was created.
|
* A payment proposal can be deleted if 1) you are the creator, and no other copayer has signed, or 2) 24 hours have passed since the proposal was created.
|
||||||
</div>
|
</div>
|
||||||
<button class="button button-assertive button-clear" ng-click="remove()" ng-disabled="loading">
|
<button class="button button-assertive button-clear" ng-click="remove()" ng-disabled="loading">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue