fix display of the bip38 priv key in a paper wallet
This commit is contained in:
parent
a5156d9a66
commit
41600f7a98
2 changed files with 8 additions and 6 deletions
|
@ -5929,12 +5929,13 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
-ms-transform: rotate(90deg); /* IE 9 */
|
-ms-transform: rotate(90deg); /* IE 9 */
|
||||||
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
|
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
|
||||||
transform: rotate(90deg); font-family: Courier, monospace;
|
transform: rotate(90deg);
|
||||||
|
font-family: Courier, monospace;
|
||||||
}
|
}
|
||||||
#paperarea .artwallet .btcencryptedkey
|
#paperarea .artwallet .btcencryptedkey
|
||||||
{
|
{
|
||||||
position: absolute; top: 86px; right: 544px; z-index: 100; font-size: 11px; background-color: transparent;
|
position: absolute; top: 86px; right: 540px; z-index: 100; font-size: 11px; background-color: transparent;
|
||||||
font-weight:100; color: #000000; margin: 0; width: 100px; height: 32px; text-align: center;
|
font-weight:100; color: #000000; margin: 0; width: 110px; height: 32px; text-align: center;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
-ms-transform: rotate(90deg); /* IE 9 */
|
-ms-transform: rotate(90deg); /* IE 9 */
|
||||||
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
|
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
|
||||||
|
|
|
@ -176,12 +176,13 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
-ms-transform: rotate(90deg); /* IE 9 */
|
-ms-transform: rotate(90deg); /* IE 9 */
|
||||||
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
|
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
|
||||||
transform: rotate(90deg); font-family: Courier, monospace;
|
transform: rotate(90deg);
|
||||||
|
font-family: Courier, monospace;
|
||||||
}
|
}
|
||||||
#paperarea .artwallet .btcencryptedkey
|
#paperarea .artwallet .btcencryptedkey
|
||||||
{
|
{
|
||||||
position: absolute; top: 86px; right: 544px; z-index: 100; font-size: 11px; background-color: transparent;
|
position: absolute; top: 86px; right: 540px; z-index: 100; font-size: 11px; background-color: transparent;
|
||||||
font-weight:100; color: #000000; margin: 0; width: 100px; height: 32px; text-align: center;
|
font-weight:100; color: #000000; margin: 0; width: 110px; height: 32px; text-align: center;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
-ms-transform: rotate(90deg); /* IE 9 */
|
-ms-transform: rotate(90deg); /* IE 9 */
|
||||||
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
|
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
|
||||||
|
|
Loading…
Add table
Reference in a new issue