diff --git a/css/main.css b/css/main.css index bedc96ff4..17e58a215 100644 --- a/css/main.css +++ b/css/main.css @@ -92,6 +92,7 @@ body { .transactions .panel { background: #ECECEC; + border: 1px solid #eee; } .transactions .panel.pending { @@ -99,6 +100,24 @@ body { padding: 1rem; } +.pending .txheader { + margin-bottom: 10px; + padding-bottom: 10px; + border-bottom: 1px solid #eee; +} + +.pending .txbottom { + margin-top: 10px; + padding-top: 10px; + border-top: 1px solid #eee; + font-size: 12px; +} + +.pending table { + width: 100%; + border: none; +} + .home .panel:hover { background: #efefef; } diff --git a/index.html b/index.html index d38963011..8f562e44d 100644 --- a/index.html +++ b/index.html @@ -237,36 +237,72 @@
-

Pending Transactions ({{txs.length}})

+

Pending transactions ({{txs.length}})

- NTXID: {{tx.ntxid}} - CREATOR: {{tx.creator}} - CREATED_TS: {{tx.createdTs}} -
-

{{o.value}} BTC

- -

{{o.address}}

+
+
+
+ ntxid: {{tx.ntxid}} +
+
+ created at {{tx.createdTs | date:'medium'}} +
+
-
- Signed by you already + +
+
+ + + + + + + + + + + + + + + +
CreatorTo address
{{tx.creator}}{{o.value}} BTC{{o.address}}
+
-
-
- - - One signature - {{tx.missingSignatures}} signatures -missing - - + +
+
+
+
+ Signed by you already +
+
+ + +
+
+
+ + TODO: if tx was sent + + + One signature missing + + + {{tx.missingSignatures}} signatures missing +
+
-
-
-
+
-

Last Transactions

+

Last transactions

Address 1 1231 BTC