diff --git a/css/main.css b/css/main.css index 72d48d1ec..fb89f1cf6 100644 --- a/css/main.css +++ b/css/main.css @@ -266,17 +266,19 @@ a:hover { } .last-transactions-header { - padding: 10px; + padding: 10px 0; + overflow: hidden; } .last-transactions-footer { - padding: 10px; + padding: 10px 0; + overflow: hidden; } .last-transactions-content { background-color: #FDFCFC; overflow: hidden; - padding: 10px; + padding: 10px 0; } .last-transactions-content .box-status { @@ -285,9 +287,15 @@ a:hover { } .last-transactions-content .box-copayer { - width: 80px; + width: 60px; margin-right: 20px; float: left; + text-align: center; +} + +.last-transactions-content .copayer-ico { + width: 30px; + height: 30px; } .last-transactions-content .box-copayer .icon-inactive { @@ -629,7 +637,9 @@ input[type=number]::-webkit-outer-spin-button { color: #B4D455; } -.success {background-color: #1ABC9C !important;} +.success { + color: #1ABC9C; +} .dr-notification-text { font-size: 12px; diff --git a/views/addresses.html b/views/addresses.html index d21296467..fe9a72184 100644 --- a/views/addresses.html +++ b/views/addresses.html @@ -8,20 +8,25 @@
diff --git a/views/backup.html b/views/backup.html index b788d2c2e..3f42e492e 100644 --- a/views/backup.html +++ b/views/backup.html @@ -1,15 +1,15 @@

Backup & Delete

-
+

Backup

Its important to back up your wallet so that you can recover your wallet in case of disaster

-
+
-
+

Delete Wallet

If all funds have been removed from your wallet and you do not wish to have the wallet data stored on your computer anymore, you can delete your wallet.

diff --git a/views/send.html b/views/send.html index 750028175..2d37e9655 100644 --- a/views/send.html +++ b/views/send.html @@ -93,7 +93,7 @@
-
+
@@ -102,7 +102,7 @@
-
+
Send to

diff --git a/views/transactions.html b/views/transactions.html index 7cdeb8ddd..b3db5c600 100644 --- a/views/transactions.html +++ b/views/transactions.html @@ -1,109 +1,107 @@

Transaction proposals ({{txs.length}})

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