fix display of the bip38 priv key in a paper wallet

This commit is contained in:
Michael Muré 2014-05-08 18:24:38 +02:00
parent a5156d9a66
commit 41600f7a98
2 changed files with 8 additions and 6 deletions

View file

@ -5929,12 +5929,13 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
word-wrap: break-word;
-ms-transform: rotate(90deg); /* IE 9 */
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
transform: rotate(90deg); font-family: Courier, monospace;
transform: rotate(90deg);
font-family: Courier, monospace;
}
#paperarea .artwallet .btcencryptedkey
{
position: absolute; top: 86px; right: 544px; z-index: 100; font-size: 11px; background-color: transparent;
font-weight:100; color: #000000; margin: 0; width: 100px; height: 32px; text-align: center;
position: absolute; top: 86px; right: 540px; z-index: 100; font-size: 11px; background-color: transparent;
font-weight:100; color: #000000; margin: 0; width: 110px; height: 32px; text-align: center;
word-wrap: break-word;
-ms-transform: rotate(90deg); /* IE 9 */
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */

View file

@ -176,12 +176,13 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
word-wrap: break-word;
-ms-transform: rotate(90deg); /* IE 9 */
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
transform: rotate(90deg); font-family: Courier, monospace;
transform: rotate(90deg);
font-family: Courier, monospace;
}
#paperarea .artwallet .btcencryptedkey
{
position: absolute; top: 86px; right: 544px; z-index: 100; font-size: 11px; background-color: transparent;
font-weight:100; color: #000000; margin: 0; width: 100px; height: 32px; text-align: center;
position: absolute; top: 86px; right: 540px; z-index: 100; font-size: 11px; background-color: transparent;
font-weight:100; color: #000000; margin: 0; width: 110px; height: 32px; text-align: center;
word-wrap: break-word;
-ms-transform: rotate(90deg); /* IE 9 */
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */