From 96116c14fdc2fca5cdbaaaecccfd093e83beb1e2 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 31 Jul 2014 21:58:35 -0300 Subject: [PATCH] Added invalid message if I paste a wrong wallet secret --- css/main.css | 5 +++++ views/join.html | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index ff3c5f725..011ef327e 100644 --- a/css/main.css +++ b/css/main.css @@ -258,6 +258,11 @@ a:hover { margin-bottom: 20px; } +.box-setup label small.has-error { + font-size: 11px; + color: #FFA59B; +} + .last-transactions { margin-bottom: 2rem; background-color: #E8EAEF; diff --git a/views/join.html b/views/join.html index 179d89f48..dff6317c2 100644 --- a/views/join.html +++ b/views/join.html @@ -11,7 +11,15 @@

Join a Wallet in Creation

- + + +