From fe92289b24b61307328bd5cdd3ea030fa0409872 Mon Sep 17 00:00:00 2001 From: Lucas Legname Date: Mon, 24 Mar 2014 21:21:12 +0100 Subject: [PATCH] =?UTF-8?q?When=20Brain=20wallet=E2=80=99s=20passphrase=20?= =?UTF-8?q?is=20too=20short=20error=20message=20now=20appears=20in=20red?= =?UTF-8?q?=20and=20is=20centered.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.html | 2 +- src/main.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 69f4d64..7c6e47d 100644 --- a/src/index.html +++ b/src/index.html @@ -261,7 +261,7 @@ Algorithm: SHA256(passphrase)
-
+
diff --git a/src/main.css b/src/main.css index 1454abc..5249f57 100644 --- a/src/main.css +++ b/src/main.css @@ -59,6 +59,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); } transform: rotate(180deg); } .supportWalletGenerator { margin: 30px; } +.errorMsg { color: red; text-align: center !important; width: 100% !important; padding-top: 15px !important; } #paperarea .artwallet .btcaddress { position: absolute; bottom: 20px; left: 692px; z-index: 100; font-size: 12px; background-color: transparent;