diff --git a/public/src/css/common.css b/public/src/css/common.css index 91c5382..f232a1f 100644 --- a/public/src/css/common.css +++ b/public/src/css/common.css @@ -392,6 +392,13 @@ margin-left: 0; background-color: #AC0015; } +.txvalues-normal { + background-color: transparent; + text-transform: none; + color: #333; + font-size: 14px; + font-weight: normal; +} .progress-bar-info { background-color: #8DC429; } /* Set the fixed height of the footer here */ @@ -670,6 +677,6 @@ a.v_highlight_more { border: 1px solid #eee; padding: 10px; text-align: center; - z-index: 10000; + z-index: 1000; } diff --git a/public/views/address.html b/public/views/address.html index f3c6ba3..8cf6eda 100644 --- a/public/views/address.html +++ b/public/views/address.html @@ -1,12 +1,25 @@
+
+
+
+ + Address {{address.addrStr}} + + +
+
+ Final Balance {{$root.currency.getConvertion(address.balance) || address.balance + ' BTC' }} +
+
+

Address {{$root.currency.getConvertion(address.balance) || address.balance + ' BTC'}}

Loading Address Information...
- String + Address {{address.addrStr}}
diff --git a/public/views/block.html b/public/views/block.html index fc983f3..e3b9ed0 100644 --- a/public/views/block.html +++ b/public/views/block.html @@ -2,16 +2,22 @@
-
+
+
Block #{{block.height}} · Hash {{block.hash}} +
-
diff --git a/public/views/transaction.html b/public/views/transaction.html index c5448f9..f50311f 100644 --- a/public/views/transaction.html +++ b/public/views/transaction.html @@ -1,5 +1,20 @@
+
+
+
+ + Transaction {{tx.txid}} + + +
+
+ {{tx.confirmations}} Confirmations + Unconfirmed Transaction! + {{$root.currency.getConvertion(tx.valueOut) || tx.valueOut + ' BTC' }} +
+
+

Transaction @@ -15,7 +30,7 @@

- Id + Transaction {{tx.txid}}