When Brain wallet’s passphrase is too short error message now appears in red and is centered.
This commit is contained in:
parent
a47860c824
commit
fe92289b24
2 changed files with 2 additions and 1 deletions
|
@ -261,7 +261,7 @@
|
|||
<span id="brainalgorithm" class="notes right">Algorithm: SHA256(passphrase)</span>
|
||||
</div>
|
||||
<div class="row extra"><span id="brainwarning"></span></div>
|
||||
<div class="row extra"><span id="brainerror"></span></div>
|
||||
<div class="row extra errorMsg"><span id="brainerror"></span></div>
|
||||
</div>
|
||||
<div id="brainkeyarea" class="keyarea">
|
||||
<div class="public">
|
||||
|
|
|
@ -59,6 +59,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); }
|
|||
transform: rotate(180deg);
|
||||
}
|
||||
.supportWalletGenerator { margin: 30px; }
|
||||
.errorMsg { color: red; text-align: center !important; width: 100% !important; padding-top: 15px !important; }
|
||||
#paperarea .artwallet .btcaddress
|
||||
{
|
||||
position: absolute; bottom: 20px; left: 692px; z-index: 100; font-size: 12px; background-color: transparent;
|
||||
|
|
Loading…
Add table
Reference in a new issue