diff --git a/public/img/icon-proposal.svg b/public/img/icon-proposal.svg
new file mode 100644
index 000000000..63e90d1b8
--- /dev/null
+++ b/public/img/icon-proposal.svg
@@ -0,0 +1,20 @@
+
+
\ No newline at end of file
diff --git a/public/views/includes/transaction.html b/public/views/includes/transaction.html
index 24093e465..4b3fa3fcb 100644
--- a/public/views/includes/transaction.html
+++ b/public/views/includes/transaction.html
@@ -1,37 +1,36 @@
-
-
-
-
-
-
- Send {{tx.amountStr}}
-
-
-
-
- Recipients:
- {{tx.recipientCount}}
+
+
+
+

+
+
+
+ {{index.addressbook[tx.toAddress]}}
+
+ {{tx.message}}
-
- To:
-
- {{tx.merchant.domain}}
- {{tx.merchant.domain}}
-
-
- {{index.addressbook[tx.toAddress] || tx.toAddress}}
-
+
+ Sending
-
-
- {{tx.message}}
-
+
+
+ {{tx.merchant.domain}}
+ {{tx.merchant.domain}}
+
+
-
-
+
+
+ - {{tx.amountStr}}
+
+
+
+
+
+
diff --git a/src/css/main.css b/src/css/main.css
index b91d4365c..8c6d02f7f 100644
--- a/src/css/main.css
+++ b/src/css/main.css
@@ -342,6 +342,12 @@ ul.tx-copayers {
text-align: center;
}
+.icon-circle-active {
+ position: absolute;
+ bottom: 2px;
+ right: 2px;
+}
+
.icon-sign {
padding: 0.2rem 0.3rem;
border-radius: 100%;
@@ -1422,7 +1428,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
}
.spinner > div {
- background-color: #fff;
+ background-color: #8597A7;
height: 100%;
width: 2px;
display: inline-block;