fix forms, show advanced option as button, fix shadows
This commit is contained in:
parent
6facb74886
commit
6637643772
6 changed files with 59 additions and 66 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<div class="m20b row">
|
||||
<div class="large-12 columns">
|
||||
<a class="size-12" ng-click="hideAdv=!hideAdv">
|
||||
<a class="small left button-setup" ng-click="hideAdv=!hideAdv">
|
||||
<i class="fi-widget m3r"></i>
|
||||
<span translate ng-hide="!hideAdv">Show</span>
|
||||
<span translate ng-hide="hideAdv">Hide</span>
|
||||
|
|
@ -89,7 +89,8 @@
|
|||
<div class="large-12 columns">
|
||||
<div class="panel">
|
||||
<h2><i class="fi-minus-circle m10r"></i>
|
||||
<span translate>Join Secret</span> </h2>
|
||||
<span translate>Join Secret</span>
|
||||
</h2>
|
||||
<p translate class="text-gray">
|
||||
This is the initial secret join string. Since your wallet it is already complete, this is only useful to rejoin peers that lost their backup BUT have the extended private key stored (they will be rejected on other case). They need to enter their extended private key during the join process (in advanced options).
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue