From 5921a1f1ae6149c7ef0a20815c5e87f07c070b91 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Tue, 22 Jul 2014 11:27:10 -0300 Subject: [PATCH] Fixes transactions and send pages --- css/main.css | 10 +- views/modals/qr-address.html | 2 +- views/send.html | 4 +- views/transactions.html | 298 ++++++++++++++++++----------------- 4 files changed, 162 insertions(+), 152 deletions(-) diff --git a/css/main.css b/css/main.css index 10aebab50..d6051b763 100644 --- a/css/main.css +++ b/css/main.css @@ -251,7 +251,7 @@ a:hover { margin-bottom: 1rem; } -.box-note { +.send-note { font-style: italic; color: gray; background-color: #EDEDF5; @@ -259,6 +259,14 @@ a:hover { width: 400px; } +.box-note { + text-align: center; + clear: both; + font-style: italic; + color: gray; + margin-bottom: 10px; +} + .button-setup a { display: block; padding: 20px 30px; diff --git a/views/modals/qr-address.html b/views/modals/qr-address.html index e7d132cb1..418a88cc9 100644 --- a/views/modals/qr-address.html +++ b/views/modals/qr-address.html @@ -1,6 +1,6 @@
-

{{address.address}}

+

{{address.address}}

diff --git a/views/send.html b/views/send.html index c2e285616..f27f87bde 100644 --- a/views/send.html +++ b/views/send.html @@ -103,7 +103,7 @@
-
+
Send to

{{address}}  @@ -124,7 +124,7 @@

-

Address Book

+

Address Book

Empty. Create an alias for your addresses

diff --git a/views/transactions.html b/views/transactions.html index 05a55a77e..7cdeb8ddd 100644 --- a/views/transactions.html +++ b/views/transactions.html @@ -1,176 +1,178 @@
-
-
-

Transaction proposals ({{txs.length}})

- - -
-
-
-
-
- {{out.value | noFractionNumber}} {{$root.unitName}}
-
-
- +
+

Transaction proposals ({{txs.length}})

+
+
+ +
+
+
+
+
+ {{out.value | noFractionNumber}} {{$root.unitName}}
+
+
+ +
-
-
-
{{tx.createdTs | amCalendar}}
-
-
- -
-
- "{{tx.comment}}" - {{$root.wallet.publicKeyRing.nicknameForCopayer(tx.creator)}} +
+
{{tx.createdTs | amCalendar}}
+
-
+
+
+ "{{tx.comment}}" - {{$root.wallet.publicKeyRing.nicknameForCopayer(tx.creator)}} +
+ +
{{cId}} -
- - - - - - - - - - - - - - + + +
+ {{$root.wallet.publicKeyRing.nicknameForCopayer(cId)}} +
+
+
+ + -
- - -

No pending transactions proposals.

-

No transactions proposals yet.

-
- -
- -
-

- Last transactions - - - -

- -
-
- No transactions yet. +

+ Last transactions + + + +

+ +
+
+ -
-
-
- -
-
- first seen at - + +
+
+ No transactions yet. +
+
+
+
+ -
- mined at - +
+
+ first seen at + +
+
+ mined at + +
-
-
-
-
-
- {{vin.value| noFractionNumber}} {{$root.unitName}} -

- -

+
+
+
+
+ {{vin.value| noFractionNumber}} {{$root.unitName}} +

+ +

+
-
-
- -
-
-
- {{vout.value| noFractionNumber}} {{$root.unitName}} -

- -

+
+ +
+
+
+ {{vout.value| noFractionNumber}} {{$root.unitName}} +

+ +

+
-
-