diff --git a/Gruntfile.js b/Gruntfile.js index f46209c..030ee4a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -34,7 +34,7 @@ module.exports = function (grunt) { { token: "//ninja.bulkwallet.js", file: "./src/ninja.bulkwallet.js" }, { token: "//ninja.brainwallet.js", file: "./src/ninja.brainwallet.js" }, { token: "//ninja.vanitywallet.js", file: "./src/ninja.vanitywallet.js" }, - { token: "//ninja.detailwallet.js", file: "./src/ninja.detailwallet.js" }, + //{ token: "//ninja.detailwallet.js", file: "./src/ninja.detailwallet.js" }, { token: "//ninja.donatetab.js", file: "./src/ninja.donatetab.js" }, { token: "//qrcode.js", file: "./src/qrcode.js" }, { token: "//securerandom.js", file: "./src/securerandom.js" }, diff --git a/index.html b/index.html index 9c2f65b..cf9d406 100644 --- a/index.html +++ b/index.html @@ -5827,9 +5827,15 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); } } #paperarea .artwallet .btcencryptedkey { - position: absolute; top: 236px; left: 812px; z-index: 100; font-size: 8px; background-color: transparent; - font-weight:bold; color: #000000; margin: 0; + position: absolute; top: 16px; right: 357px; z-index: 100; font-size: 12px; background-color: transparent; + font-weight:bold; color: #000000; margin: 0; width: 292px; height: 32px; text-align: center; + -ms-transform: rotate(180deg); /* IE 9 */ + -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */ + transform: rotate(180deg); } +.paperWalletText { bottom: 8px; height: 175px; left: 339px; padding: 15px 15px 15px 25px; position: absolute; width: 294px; font-size: 10px; } +.paperWalletText ul { margin: 0px; padding: 0px; } + #bulkarea .body { padding: 5px 0 0 0; } #bulkarea .format { font-style: italic; font-size: 90%; } #bulktextarea { font-size: 90%; width: 98%; margin: 4px 0 0 0; } @@ -5986,7 +5992,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); }
Bulk Wallet
Brain Wallet
Vanity Wallet
-
Wallet Details
+ @@ -6341,9 +6347,9 @@ janin.currency = { document.getElementById("vanityprivatekey").innerHTML = ""; document.getElementById("vanityinput1").value = ""; document.getElementById("vanityinput2").value = ""; - document.getElementById("vanityaddress").value = ""; - document.getElementById("vanitypublickeyhex").value = ""; - document.getElementById("vanityprivatekeywif").value = ""; + document.getElementById("vanityaddress").innerHTML = ""; + document.getElementById("vanitypublickeyhex").innerHTML = ""; + document.getElementById("vanityprivatekeywif").innerHTML = ""; }, }; @@ -8034,6 +8040,7 @@ ninja.wallets.paperwallet = { "
" + "
" + "
" + + "
Paper Wallet

" + ""; return walletHtml; }, @@ -8330,146 +8337,7 @@ ninja.wallets.vanitywallet = { };