From 62263a53b50cc3b316333697f6f174a2addecb04 Mon Sep 17 00:00:00 2001 From: Bechi Date: Tue, 15 Apr 2014 15:07:41 -0300 Subject: [PATCH 1/3] h3 --- css/main.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 6751923f5..9029a4484 100644 --- a/css/main.css +++ b/css/main.css @@ -96,8 +96,17 @@ a.box-backup { display: block; } -p { - margin-bottom: 0.5rem; +h3 { + font-weight: 100; + font-size: 25px; +} + +.line-dashed-v { + border-right: 2px dashed #E3E3E3; +} + +.panel p { + margin-bottom: 0; } .pending button { From c2fcb67347aea9337f490b8d9d41ad0f8a1d4ee7 Mon Sep 17 00:00:00 2001 From: Bechi Date: Tue, 15 Apr 2014 17:45:53 -0300 Subject: [PATCH 2/3] tx-page details --- css/main.css | 39 ++++++++++++++++++++++++++++++++++++--- index.html | 36 +++++++++++++++++++++++------------- 2 files changed, 59 insertions(+), 16 deletions(-) diff --git a/css/main.css b/css/main.css index 9029a4484..3be265826 100644 --- a/css/main.css +++ b/css/main.css @@ -77,7 +77,16 @@ body { border:0; } -.panel:hover { +.transactions .panel { + background: #ECECEC; +} + +.transactions .panel.pending { + background-color: #fff; + padding: 1rem; +} + +.home .panel:hover { background: #efefef; } @@ -105,17 +114,40 @@ h3 { border-right: 2px dashed #E3E3E3; } +.line-dashed-h { + margin: 1rem 0; + border-bottom: 2px dashed #E3E3E3; +} + .panel p { margin-bottom: 0; } +span.panel-res { + float: right; + width: 3%; + padding: 0.4rem 0.55rem; + margin: 0 1rem; + border-radius: 1rem; +} + +.panel-sign { + color: #111; + background: #FAE448; +} + +.panel-ignore { + color: #fff; + background: #111; +} + .pending button { margin: 0; } .line { - border-top: 1px solid #ccc; - padding-bottom: 1rem; + border-top: 1px solid #f2f2f2; + margin: 0.5rem 0 1rem; } button.primary { background-color: #111; } @@ -124,6 +156,7 @@ button.secondary { background-color: #FAE448 !important; } button.primary:hover { background-color: #333;} button.secondary:hover { background-color: #FFDF00 !important;} +.pr {position: relative;} .m0 {margin: 0;} .db {display: block;} .size-12 { font-size: 12px; } diff --git a/index.html b/index.html index 305557eb3..057c049b5 100644 --- a/index.html +++ b/index.html @@ -152,14 +152,13 @@
-

Pending Transactions ({{txsoutput.length}})

-
+

Pending Transactions ({{txsoutput.length}})

+
{{txp}}

Address 1

Address 2

-

Transaction description

@@ -168,28 +167,39 @@
+
+
-

Last Transactions

+

Last Transactions

-

Address 1

- -

Adress 2

+

Address 1 1231 BTC

+ +

Adress 2 1231 BTC

+ + +
-

Address 1

- -

Adress 2

+

Address 1 1231 BTC

+ +

Adress 2 1231 BTC

+ + +
-

Address 1

- -

Adress 2

+

Address 1 1231 BTC

+ +

Adress 2 1231 BTC

+ + +
From 8ae984177dafc09c2a2429dbcfda68d3ca0f42db Mon Sep 17 00:00:00 2001 From: Bechi Date: Tue, 15 Apr 2014 17:51:43 -0300 Subject: [PATCH 3/3] fix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 057c049b5..402bc3c89 100644 --- a/index.html +++ b/index.html @@ -153,7 +153,7 @@

Pending Transactions ({{txsoutput.length}})

-
+
{{txp}}

Address 1