diff --git a/css/src/main.css b/css/src/main.css index b73acb446..a73e39280 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -218,7 +218,7 @@ header .alt-currency { width: 30px; float: right; background-color: #23C9A9; - padding: 22px 6px; + padding: 16px 6px; color: #B6E9DF; } @@ -401,7 +401,7 @@ table.last-transactions-content { padding: 0; border: 0; background-color: #F8F8FB; - margin: 15px 0; + margin: 10px 0; } .last-transactions-content .box-status { @@ -438,9 +438,8 @@ table.last-transactions-content { .private-message { margin-bottom: 10px; - padding-bottom: 5px; + padding-bottom: 10px; border-bottom: 1px solid #fff; - line-height: 20px; } .header-message { @@ -466,19 +465,18 @@ table.last-transactions-content { } .send-note { - font-style: italic; - color: gray; background-color: #EDEDF5; - padding: 1.5rem; - width: 400px; + padding: 10px; + margin-bottom: 10px; } -.box-note { - text-align: center; - clear: both; - font-style: italic; - color: gray; - margin-bottom: 10px; +.send-note p { + margin-bottom: 5px; + font-size: 12px; +} + +.send-note b { + color: #000; } a.button-setup.add-wallet { diff --git a/css/src/style.css b/css/src/style.css index 3ed5344a0..83be1d8bd 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -17,6 +17,7 @@ font-variant: normal; text-transform: none; line-height: 1; + vertical-align: middle; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; diff --git a/views/history.html b/views/history.html index 1ba55ef8f..74eaec1bc 100644 --- a/views/history.html +++ b/views/history.html @@ -10,7 +10,7 @@
-
+
@@ -49,7 +49,7 @@ diff --git a/views/includes/transaction.html b/views/includes/transaction.html index 810867104..aa52d45d1 100644 --- a/views/includes/transaction.html +++ b/views/includes/transaction.html @@ -1,4 +1,4 @@ -
+
{{tx.createdTs | amCalendar}}
@@ -6,39 +6,19 @@ {{tx.comment}}
-
-
-
-
-
- {{out.value |noFractionNumber}} - {{$root.wallet.settings.unitName}} -
-
- {{out.value |noFractionNumber}} {{$root.wallet.settings.unitName}} -
-
-
-
- -
+
+
+
+ {{out.value |noFractionNumber}} {{$root.wallet.settings.unitName}}
- -
- {{tx.createdTs | amCalendar}} +
+
+
- +
{{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} @@ -59,64 +39,30 @@
-
-
- - {{c.cId}} - -
- - - - - - - - - - - - - - - - - - - - - -
- -
- {{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} -
-
-