From c7573b6e2fd69d06cc12e3275eebd1e6ff39fcb2 Mon Sep 17 00:00:00 2001 From: bechi Date: Wed, 2 Dec 2015 10:29:44 -0300 Subject: [PATCH] fix subheader & camera on send --- public/views/includes/available-balance.html | 21 ++++++++------------ public/views/walletHome.html | 13 ++++++------ src/css/main.css | 10 +++++----- src/css/mobile.css | 11 ++++++---- 4 files changed, 27 insertions(+), 28 deletions(-) diff --git a/public/views/includes/available-balance.html b/public/views/includes/available-balance.html index 465edf2df..3c1101adf 100644 --- a/public/views/includes/available-balance.html +++ b/public/views/includes/available-balance.html @@ -1,15 +1,10 @@
-
- -
-
- - Available Balance: - {{index.availableBalanceStr }} - - - {{index.lockedBalanceStr}} - locked by pending payments - -
+ + Available Balance: + {{index.availableBalanceStr }} + + + {{index.lockedBalanceStr}} + locked by pending payments +
diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 04c2e922f..765a353d5 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -265,20 +265,21 @@ -->
-
+

- - + Send All - -

+
+ +
-
+
diff --git a/src/css/main.css b/src/css/main.css index 535e5adeb..f8f6853fa 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -49,17 +49,17 @@ h4 { box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10); background: #fff; padding: 0.8rem; - text-transform: uppercase; - color: #2C3E50; - font-weight: 700; - font-size: 0.7rem; + color: #4B6178; + font-weight: 500; + font-size: 0.75rem; text-align: center; + line-height: 1.5; + min-height: 62px; } h4.title a { text-transform: none; font-weight: 400; - padding: 7px; font-size: 12px; } diff --git a/src/css/mobile.css b/src/css/mobile.css index dc2abf712..f891c52e2 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -219,16 +219,19 @@ _:-ms-fullscreen, :root .main { } .camera-icon a { + background: #4B6178; + box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50); color: #fff; display: block; position: absolute; - background: #333; - border: 1px solid #666; padding: 15px 17px; border-radius: 100%; - top: -43px; + top: -40px; right: 15px; - opacity: 0.7; +} + +.send .camera-icon a { + top: 32px; } .copayers {