v2.9.4 Japanese translations for Split Wallet. Make body, html height 99%.

This commit is contained in:
pointbiz 2014-04-30 17:53:51 -04:00
parent 7f39fbea4b
commit 4113e48d0e
4 changed files with 7 additions and 6 deletions

View file

@ -6314,7 +6314,7 @@ hr { margin: 20px 0; border-top: 2px dashed #008000; }
.keyarea .qrcode_private { display: inline-block; position: relative; top: 28px; float: right; }
.pubkeyhex { word-wrap: break-word; }
body { font-family: Arial; }
body, html { min-height: 99%; }
body, html { height: 99%; }
.faqs ol { padding: 0 0 0 25px; }
.faqs li { padding: 3px 0; }
.question { padding: 10px 15px; text-align: left; cursor: pointer; }
@ -6767,7 +6767,7 @@ body, html { min-height: 99%; }
<div id="combinecommands" class="left commands">
<span>
<label id="combinelabelentershares">Enter Available Shares (whitespace separated)</label><br/>
<label id="combinelabelentershares">Enter Available Shares (whitespace separated)</label><br/>
<textarea id="combineinput" cols="60" rows="10"></textarea><br/>
</span>
<span><input type="button" id="combineview" value="Combine Shares" onclick="ninja.wallets.splitwallet.combineShares();"></span>
@ -6879,7 +6879,7 @@ body, html { min-height: 99%; }
</div>
<div class="authorpgp">
<span class="item">
<a href="pgpsignedmsg.txt" target="_blank"><span id="footerlabelversion">Version History</span> (v2.9.3)</a>
<a href="pgpsignedmsg.txt" target="_blank"><span id="footerlabelversion">Version History</span> (v2.9.4)</a>
(<a href="ninja_bitaddress.org.txt" target="_blank" id="footerlabelpgp">PGP</a>)
</span>
<span class="item">527B 5C82 B1F6 B2DB 72A0<br />ECBF 8749 7B91 6397 4F5A</span>

View file

@ -1,6 +1,7 @@
{
"name": "bitaddress.org",
"version": "2.9.3",
"version": "2.9.4",
"sha1sum": "d7b15847a1893ca3dff433714ec013493f8478b6",
"description": "Open Source JavaScript Client-Side Bitcoin Wallet Generator",
"main": "Gruntfile.js",
"dependencies": {

View file

@ -465,7 +465,7 @@
</div>
<div class="authorpgp">
<span class="item">
<a href="pgpsignedmsg.txt" target="_blank"><span id="footerlabelversion">Version History</span> (v2.9.3)</a>
<a href="pgpsignedmsg.txt" target="_blank"><span id="footerlabelversion">Version History</span> (v2.9.4)</a>
(<a href="ninja_bitaddress.org.txt" target="_blank" id="footerlabelpgp">PGP</a>)
</span>
<span class="item">527B 5C82 B1F6 B2DB 72A0<br />ECBF 8749 7B91 6397 4F5A</span>

View file

@ -16,7 +16,7 @@ hr { margin: 20px 0; border-top: 2px dashed #008000; }
.keyarea .qrcode_private { display: inline-block; position: relative; top: 28px; float: right; }
.pubkeyhex { word-wrap: break-word; }
body { font-family: Arial; }
body, html { min-height: 99%; }
body, html { height: 99%; }
.faqs ol { padding: 0 0 0 25px; }
.faqs li { padding: 3px 0; }
.question { padding: 10px 15px; text-align: left; cursor: pointer; }