From a637c1b61d24ab94f50a7dd28ec6ed5463e872a5 Mon Sep 17 00:00:00 2001 From: Marty Alcala Date: Tue, 11 Oct 2016 15:36:28 -0400 Subject: [PATCH] add single-line item style --- src/sass/views/includes/txp-details.scss | 13 ++++++++++++- www/views/modals/txp-details.html | 12 ++++++------ 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/src/sass/views/includes/txp-details.scss b/src/sass/views/includes/txp-details.scss index 17b4b1095..db0fe7245 100644 --- a/src/sass/views/includes/txp-details.scss +++ b/src/sass/views/includes/txp-details.scss @@ -49,11 +49,22 @@ border-color: $item-border-color; padding: $item-vertical-padding $item-lateral-padding; - &__label { + .label { font-size: 14px; color: $item-label-color; margin-bottom: 8px; } + + &.single-line { + display: flex; + align-items: center; + padding: 17px $item-lateral-padding; + + .label { + margin: 0; + flex-grow: 1; + } + } } .payment-proposal-to { width: 100%; diff --git a/www/views/modals/txp-details.html b/www/views/modals/txp-details.html index 066ed96a1..f95d2b743 100644 --- a/www/views/modals/txp-details.html +++ b/www/views/modals/txp-details.html @@ -51,7 +51,7 @@
- To + To @@ -72,7 +72,7 @@
- From + From
@@ -80,8 +80,8 @@
{{wallet.name}}
-
- Created by +
+ Created by {{tx.creatorName}} @@ -92,8 +92,8 @@ {{tx.message}}
-
- Fee +
+ Fee {{tx.feeStr}}