Support shortcut on the footer has been added.

This commit is contained in:
Lucas Legname 2014-03-24 20:54:14 +01:00
parent 5dce5ae9c9
commit a47860c824
2 changed files with 6 additions and 2 deletions

View file

@ -142,7 +142,7 @@
<div class="tab" id="brainwallet" onclick="ninja.tabSwitch(this);">Brain Wallet</div>
<div class="tab" id="vanitywallet" onclick="ninja.tabSwitch(this);">Vanity Wallet</div>
<!--<div class="tab" id="detailwallet" onclick="ninja.tabSwitch(this);">Wallet Details</div>-->
<div class="tab" id="donate" onclick="ninja.tabSwitch(this);">Donate</div>
<div class="tab" id="donate" onclick="ninja.tabSwitch(this);">Support</div>
</div>
<div id="generate">
@ -437,11 +437,14 @@
</div>
<div id="footer" class="footer">
<div>
<span class="supportWalletGenerator"><a href="#" onclick="ninja.tabSwitch(document.getElementById('donate'));">Support WalletGenerator.net</a></span>
<span><a href="https://github.com/MichaelMure/PaperWallet" target="_blank" id="footerlabelgithub">Download (GitHub Repository)</a></span>
</div>
<div class="copyright">
<span id="footerlabelcopyright1">Copyright WalletGenerator.net.</span>
<span id="footerlabelcopyright2">JavaScript copyrights are included in the source.</span>
<span id="footerlabelnowarranty">No warranty.</span>
<span class="item"><a href="https://github.com/MichaelMure/PaperWallet" target="_blank" id="footerlabelgithub">GitHub Repository</a></span>
</div>
</div>
</div>

View file

@ -58,6 +58,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); }
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg);
}
.supportWalletGenerator { margin: 30px; }
#paperarea .artwallet .btcaddress
{
position: absolute; bottom: 20px; left: 692px; z-index: 100; font-size: 12px; background-color: transparent;