diff --git a/src/sass/views/walletDetails.scss b/src/sass/views/walletDetails.scss index f3eea2550..e54502fb7 100644 --- a/src/sass/views/walletDetails.scss +++ b/src/sass/views/walletDetails.scss @@ -1,3 +1,30 @@ +.wallet-details { + &__tx-amount { + font-size: 16px; + &--recent { + color: $mid-gray; + font-weight: bold; + } + &--received { + color: #30af6c; + } + &--sent { + color: $dark-gray; + } + } + &__tx-time { + color: $light-gray; + } + &__tx-title { + padding-top: 10px; + color: $dark-gray; + } + &__tx-icon { + float: left; + margin-right: 10px; + } +} + #walletDetails { .bar-header { border: 0; @@ -31,23 +58,8 @@ .item.item-footer { font-weight: lighter; } -} - -.wallet-details-release { - cursor: pointer; - cursor: hand; - background-color: #E9E9EC; - margin-top: -30px; - margin-bottom: 5px; - padding-top: 30px; - padding-bottom: 20px; - text-align: center; - text-color: #444; - span { - margin-left: 15px; - } - i { - margin-right: 15px; + .tx-search:before { + font-size: 22px !important; } } diff --git a/www/img/icon-tx-moved.svg b/www/img/icon-tx-moved.svg new file mode 100644 index 000000000..4f86c7722 --- /dev/null +++ b/www/img/icon-tx-moved.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/www/img/icon-tx-received.svg b/www/img/icon-tx-received.svg new file mode 100644 index 000000000..37d4d84c9 --- /dev/null +++ b/www/img/icon-tx-received.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/www/img/icon-tx-sent.svg b/www/img/icon-tx-sent.svg new file mode 100644 index 000000000..fc8148465 --- /dev/null +++ b/www/img/icon-tx-sent.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/www/views/walletDetails.html b/www/views/walletDetails.html index 117983c06..ae768eddb 100644 --- a/www/views/walletDetails.html +++ b/www/views/walletDetails.html @@ -5,7 +5,7 @@ @@ -128,9 +128,8 @@
- - + - - + + (possible double spend) @@ -139,42 +138,42 @@

- + Unconfirmed

- sync - sync - sync + sync + sync + sync -

+
-

{{btx.note.body}}

-

Received

+
{{btx.note.body}}
+
Received
-

{{btx.message}}

-

{{btx.note.body}}

-

{{wallet.addressbook[btx.addressTo]}}

-

Sent

+
{{btx.message}}
+
{{btx.note.body}}
+
{{wallet.addressbook[btx.addressTo]}}
+
Sent
-

{{btx.note.body}}

-

Moved

+
{{btx.note.body}}
+
Moved
Invalid -

+