diff --git a/app/models/Address.js b/app/models/Address.js index e054ff19..12a4a284 100644 --- a/app/models/Address.js +++ b/app/models/Address.js @@ -60,7 +60,7 @@ function spec() { // TODO TXout! //T function (cb) { - TransactionItem.find({addr:that.addrStr}).sort({ts:1}).exec(function(err,txItems){ + TransactionItem.find({addr:that.addrStr}).sort({ts:-1}).exec(function(err,txItems){ if (err) return cb(err); txItems.forEach(function(txItem){ diff --git a/public/css/common.css b/public/css/common.css index f51137db..410c5f77 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -29,7 +29,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { min-height: 100%; height: auto; /* Negative indent footer by its height */ - margin: 0 auto -44px; + margin: 0 auto -51px; /* Pad bottom by footer height */ padding: 0 0 60px; } @@ -221,14 +221,27 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { border: 2px solid #6C0000; } +#status .table { + margin-bottom: 45px; +} + /* Set the fixed height of the footer here */ #footer { - height: 44px; - background-color: #8DC429; - border-top: 4px solid #64920F; + height: 51px; + background-color: #373D42; + border-top: 4px solid #656E76; color: #fff; } +#footer .insight { + font-size: 20px; + text-decoration: none; +} + +.line-footer { + border-top: 2px dashed #ccc; +} + .line-bot { padding: 0 0 10px 0; margin-bottom: 10px; diff --git a/public/views/address.html b/public/views/address.html index 2736b03e..3063a0fa 100644 --- a/public/views/address.html +++ b/public/views/address.html @@ -36,7 +36,7 @@
-

Transactions Transactions contained within this block

+

Transactions Transactions for this address

diff --git a/public/views/footer.html b/public/views/footer.html index 24a739e8..aac69ff5 100644 --- a/public/views/footer.html +++ b/public/views/footer.html @@ -1,3 +1,3 @@
-

Insight

+ Insight
diff --git a/public/views/transaction/list.html b/public/views/transaction/list.html index c1262f2d..8b68db0f 100644 --- a/public/views/transaction/list.html +++ b/public/views/transaction/list.html @@ -2,8 +2,8 @@
-
-
- Loading... +
+
+ Loading...
diff --git a/public/views/transaction/tx.html b/public/views/transaction/tx.html index 76be7869..3c53d76e 100644 --- a/public/views/transaction/tx.html +++ b/public/views/transaction/tx.html @@ -1,14 +1,9 @@
{{tx.txid}} - - - + - {{tx.time * 1000 | date:'medium'}} - -
@@ -25,8 +20,8 @@
  • - {{vin.addr}} - {{vin.addr}} + {{vin.addr}} + {{vin.addr}}

    {{vin.value}} BTC

    @@ -38,8 +33,8 @@
    - {{vin.addr}} - {{vin.addr}} + {{vin.addr}} + {{vin.addr}}
    scriptSig {{vin.scriptSig.asm}} @@ -59,7 +54,7 @@
    - {{vout.addr}} + {{vout.addr}} {{address}}
    @@ -72,7 +67,7 @@ - type {{vout.scriptPubKey.type}} + type {{vout.scriptPubKey.type}}
    scriptPubKey {{vout.scriptPubKey.asm}}
    @@ -81,7 +76,7 @@

    {{vout.value}} BTC

    - +