diff --git a/basicswap/static/style.css b/basicswap/static/style.css
index d3d2ba9..a7bc895 100644
--- a/basicswap/static/style.css
+++ b/basicswap/static/style.css
@@ -8,3 +8,8 @@
{
font-weight:bold;
}
+
+.monospace
+{
+ font-family:monospace;
+}
diff --git a/basicswap/templates/active.html b/basicswap/templates/active.html
index efd7acc..e7f0dd1 100644
--- a/basicswap/templates/active.html
+++ b/basicswap/templates/active.html
@@ -8,7 +8,7 @@
diff --git a/basicswap/templates/bid.html b/basicswap/templates/bid.html
index f1ed7a5..6e9783b 100644
--- a/basicswap/templates/bid.html
+++ b/basicswap/templates/bid.html
@@ -19,22 +19,22 @@
| State Description | {{ data.state_description }} |
| ITX State | {{ data.itx_state }} |
| PTX State | {{ data.ptx_state }} |
-| Offer | {{ data.offer_id }} |
-| Address From | {{ data.addr_from }} |
+| Offer | {{ data.offer_id }} |
+| Address From | {{ data.addr_from }} |
| Proof of Funds | {{ data.proof_address }} |
| Created At | {{ data.created_at }} |
| Expired At | {{ data.expired_at }} |
| Sent | {{ data.was_sent }} |
| Received | {{ data.was_received }} |
-| Initiate Tx | {{ data.initiate_tx }} |
+| Initiate Tx | {{ data.initiate_tx }} |
| Initiate Conf | {{ data.initiate_conf }} |
-| Participate Tx | {{ data.participate_tx }} |
+| Participate Tx | {{ data.participate_tx }} |
| Participate Conf | {{ data.participate_conf }} |
{% if data.show_txns %}
-| Initiate Tx Refund | {{ data.initiate_tx_refund }} |
-| Participate Tx Refund | {{ data.participate_tx_refund }} |
-| Initiate Tx Spend Tx | {{ data.initiate_tx_spend }} |
-| Participate Tx Spend Tx | {{ data.participate_tx_spend }} |
+| Initiate Tx Refund | {{ data.initiate_tx_refund }} |
+| Participate Tx Refund | {{ data.participate_tx_refund }} |
+| Initiate Tx Spend Tx | {{ data.initiate_tx_spend }} |
+| Participate Tx Spend Tx | {{ data.participate_tx_spend }} |
{% endif %}
diff --git a/basicswap/templates/bid_xmr.html b/basicswap/templates/bid_xmr.html
index b2683fc..55ac5ac 100644
--- a/basicswap/templates/bid_xmr.html
+++ b/basicswap/templates/bid_xmr.html
@@ -19,8 +19,8 @@
| Coin To | {{ data.coin_to }} |
| Bid State | {{ data.bid_state }} |
| State Description | {{ data.state_description }} |
-| Offer | {{ data.offer_id }} |
-| Address From | {{ data.addr_from }} |
+| Offer | {{ data.offer_id }} |
+| Address From | {{ data.addr_from }} |
| Created At | {{ data.created_at }} |
| Expired At | {{ data.expired_at }} |
| Sent | {{ data.was_sent }} |
@@ -63,13 +63,13 @@
{% if data.show_txns %}
{% if data.xmr_b_shared_address %}
-Shared Address: {{ data.xmr_b_shared_address }}
+Shared Address: {{ data.xmr_b_shared_address }}
{% endif %}
Transactions
| Tx Type | Tx ID | Blocks Deep |
{% for tx in data.txns %}
-| {{ tx.type }} | {{ tx.txid }} | {{ tx.confirms }} |
+| {{ tx.type }} | {{ tx.txid }} | {{ tx.confirms }} |
{% endfor %}
@@ -85,7 +85,7 @@
{% if data.view_tx_hex %}
{{ data.view_tx_hex }}
-