diff --git a/src/templates/css/style.css b/src/templates/css/style.css
index 43db375..48b2938 100644
--- a/src/templates/css/style.css
+++ b/src/templates/css/style.css
@@ -70,7 +70,7 @@ form {
.tabs {
position: relative;
- min-height: 200px; /* This part sucks */
+ min-height: 220px; /* This part sucks */
clear: both;
margin: 25px 0;
}
diff --git a/src/templates/partials/tx_details.html b/src/templates/partials/tx_details.html
index 29dddbf..26cf08f 100644
--- a/src/templates/partials/tx_details.html
+++ b/src/templates/partials/tx_details.html
@@ -83,14 +83,17 @@
Check which outputs belong to given Monero address and viewkey
-
For RingCT transactions, outputs' amounts are also decoded
+
+ For RingCT transactions, outputs' amounts are also decoded
+
+ Note: these calculations are done on the server side, because there is no javascript
+
-
@@ -100,8 +103,12 @@
Prove to someone that you send them Monero in this transaction
-
Tx private key can be obtained using get_tx_key
- command in monero-wallet-cli command line tool
+
+ Tx private key can be obtained using get_tx_key
+ command in monero-wallet-cli command line tool
+
+ Note: these calculations are done on the server side, because there is no javascript
+