diff --git a/public/views/includes/transaction.html b/public/views/includes/transaction.html index b11e2ad41..2601cbc4f 100644 --- a/public/views/includes/transaction.html +++ b/public/views/includes/transaction.html @@ -1,12 +1,16 @@ -
-
- +
+ +  
-
-
- +
+
+ Send {{tx.amountStr}} + +
+
To: {{tx.merchant.domain}} @@ -14,12 +18,13 @@ {{tx.toAddress}} -
- -
- - {{tx.amountStr}} - -
+
+
+ {{tx.message}} +
+
+
+
+
diff --git a/src/css/main.css b/src/css/main.css index 6d5bffa48..2608908b3 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -470,6 +470,11 @@ input[type=number]::-webkit-outer-spin-button { padding: 0.3rem 0.4rem; } +.label.outline { + background: transparent; + border: 1px solid #4B6178; +} + .label.success {background-color: #1ABC9C;} .label.alert {background-color: #ED4A43;} .label.gray {background-color: #4B6178;} @@ -545,6 +550,7 @@ label { font-weight: 700; font-size: 11px; color: #34495E; + margin-bottom: 2px; } button.radius, .button.radius {