From ce5ce82ee9744dd4398c9dadb6d3a8c4552f859c Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Mon, 24 Feb 2014 20:23:24 -0300 Subject: [PATCH] Secondary navbar when scroll on txpages, blockpages and addrpages --- public/src/css/common.css | 9 ++++++++- public/views/address.html | 15 ++++++++++++++- public/views/block.html | 10 ++++++++-- public/views/transaction.html | 17 ++++++++++++++++- 4 files changed, 46 insertions(+), 5 deletions(-) diff --git a/public/src/css/common.css b/public/src/css/common.css index 91c53821b7c..f232a1fa67a 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 f3c6ba37ca6..8cf6eda0bb1 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 fc983f39d6b..e3b9ed0170f 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 c5448f969af..f50311fd7f8 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 @@

Transaction

- Id + Transaction {{tx.txid}}