From c99c4379a5b479fe21f8735a0a7861d5815e01c3 Mon Sep 17 00:00:00 2001 From: Javier Date: Tue, 13 Dec 2016 15:16:49 -0300 Subject: [PATCH 1/2] show timer icon properly --- src/sass/views/tab-home.scss | 1 + www/views/tab-home.html | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index 3f1f9a911..692224cf2 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -113,6 +113,7 @@ } &__status-icon { font-size: 18px; + margin-left: 5px; position: relative; top: 1px; color: $light-gray; diff --git a/www/views/tab-home.html b/www/views/tab-home.html index e648d02e7..375ed4dcf 100644 --- a/www/views/tab-home.html +++ b/www/views/tab-home.html @@ -80,12 +80,11 @@ Incomplete - {{wallet.status.totalBalanceStr}} - - + {{wallet.status.totalBalanceStr}} [Balance Hidden] {{wallet.m}}-of-{{wallet.n}} + {{wallet.error}} From 8d01607c4a65d2160139c9548015b615eb66c113 Mon Sep 17 00:00:00 2001 From: Javier Date: Tue, 13 Dec 2016 15:45:21 -0300 Subject: [PATCH 2/2] add amount margin bottom --- src/sass/views/walletDetails.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sass/views/walletDetails.scss b/src/sass/views/walletDetails.scss index b556f5549..52dd836bc 100644 --- a/src/sass/views/walletDetails.scss +++ b/src/sass/views/walletDetails.scss @@ -191,10 +191,6 @@ line-height: 36px; } - strong { - line-height: 100%; - } - &__button-balance { background-color: transparent; border: 1px solid rgba(255,255,255,0.25);