diff --git a/css/main.css b/css/main.css index 7ff838b30..8c060911e 100644 --- a/css/main.css +++ b/css/main.css @@ -267,6 +267,10 @@ body, html{ color: #7A8C9E; } +.hidden { + visibility: hidden; +} + /* Turn Off Number Input Spinners */ input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { diff --git a/views/send.html b/views/send.html index 60778eb36..4182273ae 100644 --- a/views/send.html +++ b/views/send.html @@ -54,7 +54,7 @@ Use all funds ({{getAvailableAmount()}} {{$root.unitName}})
- Valid + Valid Not valid Insufficient funds @@ -78,21 +78,19 @@
Send to
-

address

-
-
- Total amount for this transaction: -
-
- {{amount + defaultFee |noFractionNumber}} {{$root.unitName}} - - {{ ((amount + defaultFee) * unitToBtc)|noFractionNumber:8}} BTC - -
+

+ {{address}}  +

+
Total amount for this transaction:
+

+ {{amount + defaultFee |noFractionNumber}} {{$root.unitName}} + {{ ((amount + defaultFee) * unitToBtc)|noFractionNumber:8}} BTC
Including fee of {{defaultFee|noFractionNumber}} {{$root.unitName}}
-

+

+
Note
+

{{commentText}}