From 6c8993fcaba5d1e9e1db865ea8038582adf8d44d Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Tue, 22 Jul 2014 10:54:12 -0300 Subject: [PATCH] Fixes send form --- css/main.css | 23 ++-- views/modals/address-book.html | 2 +- views/send.html | 236 ++++++++++++++++++--------------- 3 files changed, 145 insertions(+), 116 deletions(-) diff --git a/css/main.css b/css/main.css index 78ee064e3..10aebab50 100644 --- a/css/main.css +++ b/css/main.css @@ -245,12 +245,18 @@ a:hover { color: #C0392B; } +.input-note { + margin-top: -10px; + display: block; + margin-bottom: 1rem; +} + .box-note { - text-align: center; - clear: both; font-style: italic; color: gray; - margin-bottom: 10px; + background-color: #EDEDF5; + padding: 1.5rem; + width: 400px; } .button-setup a { @@ -321,6 +327,10 @@ a:hover { .oh {overflow:hidden;} .lh {line-height: 0;} +.small { + font-size: 60%; + line-height: inherit; +} .line-dashed-setup-v { border-left: 1px dashed #415970; @@ -785,11 +795,6 @@ button[disabled].white:focus, padding: 0.2rem 0.4rem; } -.send-bar { - background-color: #EDEDF5; - padding: 1.5rem; -} - .has-error { color: #C0392A; } @@ -802,7 +807,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus { border-color: red; } -.copayers h3,h4 { +.copayers h3, .copayers h4 { color: #fff; font-weight: 100; } diff --git a/views/modals/address-book.html b/views/modals/address-book.html index 8dc679230..de1995435 100644 --- a/views/modals/address-book.html +++ b/views/modals/address-book.html @@ -1,4 +1,4 @@ -

Add Address Book Entry

+

Add Address Book Entry