From 8005e4677019de0b21f7949999e61bd5084704de Mon Sep 17 00:00:00 2001 From: bechi Date: Thu, 3 Dec 2015 12:34:58 -0300 Subject: [PATCH] fix history item ui --- public/img/icon-moved.svg | 22 ++++++++++++++++++++ public/img/icon-receive.svg | 22 ++++++++++++++++++++ public/img/icon-sent.svg | 22 ++++++++++++++++++++ public/views/walletHome.html | 40 +++++++++++++++++++++--------------- src/css/main.css | 2 +- 5 files changed, 90 insertions(+), 18 deletions(-) create mode 100644 public/img/icon-moved.svg create mode 100644 public/img/icon-receive.svg create mode 100644 public/img/icon-sent.svg diff --git a/public/img/icon-moved.svg b/public/img/icon-moved.svg new file mode 100644 index 000000000..96b2b78e7 --- /dev/null +++ b/public/img/icon-moved.svg @@ -0,0 +1,22 @@ + + + + Oval 145 Copy 7 + retweet + Created with Sketch. + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/img/icon-receive.svg b/public/img/icon-receive.svg new file mode 100644 index 000000000..caa28e347 --- /dev/null +++ b/public/img/icon-receive.svg @@ -0,0 +1,22 @@ + + + + Oval 145 Copy 5 + downloadbox + Created with Sketch. + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/img/icon-sent.svg b/public/img/icon-sent.svg new file mode 100644 index 000000000..cfb0426e5 --- /dev/null +++ b/public/img/icon-sent.svg @@ -0,0 +1,22 @@ + + + + Oval 145 Copy 7 + send copy + Created with Sketch. + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 295234259..b19d04430 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -216,15 +216,29 @@
-
- Received - Sent - Moved - Invalid +
+
+ sync + sync + sync +
+
+ Received + + {{index.addressbook[btx.addressTo]}} + + {{btx.message}} + + + Sent + + + Moved + Invalid +
-
+
+ - @@ -235,9 +249,7 @@ {{btx.amountStr}} -
-
-
+
@@ -245,15 +257,9 @@
-
+
-
-
{{btx.message}}
-
- To: {{index.addressbook[btx.addressTo] || btx.addressTo}} -
-
diff --git a/src/css/main.css b/src/css/main.css index e0cd00855..b91d4365c 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -330,7 +330,7 @@ ul.tx-copayers { .last-transactions-content { background: #fff; - padding: 1.5rem 1rem; + padding: 0.8rem 1rem; cursor:pointer; border-bottom: 1px solid #E4E8EC; }