Add comment about #copayers and #signatures limits
This commit is contained in:
parent
94047a77ae
commit
4c4f20afb6
2 changed files with 9 additions and 3 deletions
|
|
@ -132,6 +132,11 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.setup .comment {
|
||||||
|
font-size: 0.875rem;
|
||||||
|
color: #7A8C9E !important;
|
||||||
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #2980b9;
|
color: #2980b9;
|
||||||
}
|
}
|
||||||
|
|
@ -1019,7 +1024,7 @@ a.text-white:hover {color: #ccc;}
|
||||||
background: #2C3E50;
|
background: #2C3E50;
|
||||||
-moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.09), inset 0px 0px 2px 0px rgba(0,0,0,0.20);
|
-moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.09), inset 0px 0px 2px 0px rgba(0,0,0,0.20);
|
||||||
box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.09), inset 0px 0px 2px 0px rgba(0,0,0,0.20);
|
box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.09), inset 0px 0px 2px 0px rgba(0,0,0,0.20);
|
||||||
margin-bottom: 20px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box-setup-copay-required {
|
.box-setup-copay-required {
|
||||||
|
|
|
||||||
|
|
@ -44,13 +44,13 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="row" ng-show="!isSetupWalletPage">
|
<div class="row" ng-show="!isSetupWalletPage">
|
||||||
<div class="large-6 medium-6 columns">
|
<div class="large-6 medium-6 columns">
|
||||||
<label>Select total number of copayers
|
<label>Select total number of copayers (*)
|
||||||
<select ng-model="totalCopayers" ng-options="totalCopayers as totalCopayers for totalCopayers in TCValues">
|
<select ng-model="totalCopayers" ng-options="totalCopayers as totalCopayers for totalCopayers in TCValues">
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="large-6 medium-6 columns">
|
<div class="large-6 medium-6 columns">
|
||||||
<label>Select required signatures
|
<label>Select required signatures (*)
|
||||||
<select ng-model="requiredCopayers" ng-options="requiredCopayers as requiredCopayers for requiredCopayers in RCValues">
|
<select ng-model="requiredCopayers" ng-options="requiredCopayers as requiredCopayers for requiredCopayers in RCValues">
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</label>
|
||||||
|
|
@ -65,6 +65,7 @@
|
||||||
width="50px">
|
width="50px">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<p class="comment">(*) The limits are imposed by the bitcoin network.</p>
|
||||||
<div class="text-right">
|
<div class="text-right">
|
||||||
<a ng-show="!isSetupWalletPage" class="back-button m20r" href="#!/">« Back</a>
|
<a ng-show="!isSetupWalletPage" class="back-button m20r" href="#!/">« Back</a>
|
||||||
<a ng-show="isSetupWalletPage" class="back-button m20r"
|
<a ng-show="isSetupWalletPage" class="back-button m20r"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue