Text displayed on the back of the wallet has been modified.
This commit is contained in:
parent
228a776d77
commit
5bcbf4f3ef
2 changed files with 5 additions and 2 deletions
|
@ -102,6 +102,8 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); }
|
|||
#main { position: relative; text-align: center; margin: 0px auto; width: 1005px; }
|
||||
#logo { width: 578px; height: 80px; }
|
||||
|
||||
.backLogo { float: right; width: 50px; height: 50px; }
|
||||
|
||||
#paperarea { min-height: 120px; display: none; }
|
||||
#paperarea .keyarea { border: 1px solid #BFBFBF; border-top: 0; }
|
||||
#paperarea .keyarea.art { display: block; height: auto; border: 0; font-family: Ubuntu, Arial; padding: 0; margin: 0; }
|
||||
|
@ -143,8 +145,9 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); }
|
|||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.paperWalletText { bottom: 8px; height: 156px; left: 339px; padding: 15px 15px 17px 37px; position: absolute; width: 265px; font-size: 10px; color: #867474; }
|
||||
.paperWalletText { bottom: 8px; height: 156px; left: 339px; padding: 15px 15px 17px 37px; position: absolute; width: 265px; font-size: 10px; color: #867474; line-height: 15px; }
|
||||
.paperWalletText ul { margin: 0px; padding: 0px; }
|
||||
.paperWalletText li { line-height: 13px; margin-bottom: 5px; }
|
||||
|
||||
#bulkarea .body { padding: 5px 0 0 0; }
|
||||
#bulkarea .format { font-style: italic; font-size: 90%; }
|
||||
|
|
|
@ -143,7 +143,7 @@ ninja.wallets.paperwallet = {
|
|||
"<div id='qrcode_private" + i + "' class='qrcode_private'></div>" +
|
||||
"<div class='btcaddress' id='btcaddress" + i + "'></div>" +
|
||||
"<div class='" + keyelement + "' id='" + keyelement + i + "'></div>" +
|
||||
"<div class='paperWalletText'><ul><li>To deposit funds to this paper wallet, send cryptocurrency to its public address, anytime.</li><li>Verify your balance by searching for the public address using a blockain explorer such as blockchain.info.</li><li>DO NOT REVEAL THE PRIVATE KEY until you are ready to import the balance on this wallet to a cryptocurrency client, exchange or online wallet.</li></ul></div>" +
|
||||
"<div class='paperWalletText'><img class='backLogo' src='" + coinImgUrl + "' alt='currency_logo' /><ul><li>To deposit funds to this paper wallet, send cryptocurrency to its public address, anytime.</li><li>Verify your balance by searching for the public address using a blockain explorer such as blockchain.info.</li><li><b>DO NOT REVEAL THE PRIVATE KEY</b> until you are ready to import the balance on this wallet to a cryptocurrency client, exchange or online wallet.</li></ul><b>Amount :</b> ___________ <b>Date :</b> ________________<br /><b>Notes :</b> ______________________________________</div>" +
|
||||
"</div>";
|
||||
return walletHtml;
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue