From dffe4175850999010bf39c6e66fe679d7b3199df Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Mon, 3 Oct 2016 19:58:06 -0400 Subject: [PATCH] design(send): correct some visual bugs in the send view --- public/views/tab-send.html | 28 ++++++++++++++++------------ src/sass/views/tab-send.scss | 5 ----- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/public/views/tab-send.html b/public/views/tab-send.html index 691ca080e..1ce95e42a 100644 --- a/public/views/tab-send.html +++ b/public/views/tab-send.html @@ -20,37 +20,41 @@
Contacts - +
-
+
Transfer to Wallet
- + - + {{item.name}} - +
diff --git a/src/sass/views/tab-send.scss b/src/sass/views/tab-send.scss index 20ced3169..5c2a45669 100644 --- a/src/sass/views/tab-send.scss +++ b/src/sass/views/tab-send.scss @@ -11,11 +11,6 @@ padding-bottom: 1px; } } - .send-gravatar { - left: 11px; - position: absolute; - top: 10px; - } .show-more { text-align: center; padding: 20px;