From 9d1f0082ea7adf9f1729f055ca44dbb7ed0ac10d Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Tue, 22 Apr 2014 16:07:14 -0300 Subject: [PATCH 1/2] Improve send form: check if address is valid using bitcore --- css/main.css | 8 ++++---- index.html | 12 ++++++------ js/directives.js | 22 ++++++++++++++++++++++ 3 files changed, 32 insertions(+), 10 deletions(-) diff --git a/css/main.css b/css/main.css index 869544273..4bf8e3fb4 100644 --- a/css/main.css +++ b/css/main.css @@ -197,11 +197,13 @@ span.panel-res { } small.is-valid { - color: #04B404; + color: #04B404; + font-weight: bold; } small.has-error { color: #f04124; + font-weight: bold; } @media (max-width: 641px) { @@ -244,9 +246,7 @@ button.secondary:hover { background-color: #FFDF00 !important;} .m30a {margin: 30px auto;} .br100 {border-radius: 100%;} - -input.ng-dirty.ng-invalid { +.signin input.ng-dirty.ng-invalid { border: 2px red solid; } - diff --git a/index.html b/index.html index 52c9ff94e..feaf65534 100644 --- a/index.html +++ b/index.html @@ -79,7 +79,7 @@