From e0647e71d0c6edb250b580b498d52ccff06dace6 Mon Sep 17 00:00:00 2001 From: Bechi Date: Mon, 17 Feb 2014 16:14:14 -0300 Subject: [PATCH 1/2] block page --- public/src/css/common.css | 17 ++++++++--------- public/views/block.html | 2 +- public/views/includes/currency.html | 17 +++++++++-------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/public/src/css/common.css b/public/src/css/common.css index 9d3496a..e5e9ecf 100644 --- a/public/src/css/common.css +++ b/public/src/css/common.css @@ -59,6 +59,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { .m10v { margin: 10px 0; } .m50v { margin: 50px 0; } .m10b { margin-bottom: 10px; } +.m10l { margin-left: 10px; } .vm { vertical-align: middle; } @@ -190,6 +191,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { } .col-gray-fixed { + margin-top: 15px; position: fixed; width: 250px; border: 1px solid #eee; @@ -239,11 +241,11 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { width: 165px; color: #fff; text-align: center; - font-size: 80px; } .block-id span { - margin-top: 10px; + font-size: 40px; + margin: 30px 0; } .block-id h2 { @@ -295,9 +297,12 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: #373D42; } +.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { + background-color: #fff; +} + .btn-default { background-color: #E7E7E7; - border: 2px solid #DCDCDC; } .btn-success { @@ -358,12 +363,6 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { overflow: hidden; } -.currency a.active { - color: #000; - text-decoration: underline; - cursor: default; -} - #footer a.insight { font-size: 20px; text-decoration: none; diff --git a/public/views/block.html b/public/views/block.html index e983dbd..21c2644 100644 --- a/public/views/block.html +++ b/public/views/block.html @@ -4,7 +4,7 @@

Block

- +

#{{block.height}}

diff --git a/public/views/includes/currency.html b/public/views/includes/currency.html index c9acb46..0a02608 100644 --- a/public/views/includes/currency.html +++ b/public/views/includes/currency.html @@ -1,8 +1,9 @@ -
- - Currency: - USD · - BTC · - mBTC - -
+
+ Currency: +
+ + USD + BTC + mBTC +
+
\ No newline at end of file From b8d872e2d63cc6920d97b72e305891d888ebe7ea Mon Sep 17 00:00:00 2001 From: Bechi Date: Mon, 17 Feb 2014 17:19:22 -0300 Subject: [PATCH 2/2] adres-tx-page --- public/src/css/common.css | 11 ++++++++++- public/views/address.html | 1 + public/views/transaction.html | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/public/src/css/common.css b/public/src/css/common.css index e5e9ecf..95f9d21 100644 --- a/public/src/css/common.css +++ b/public/src/css/common.css @@ -490,6 +490,11 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { text-align: center; width: 30px; } + +.btn-copy:hover, .btn-expand:hover { + background-color: #f2f2f2; +} + .btn-copy { background: #fff url('/img/icons/copy.png') center center no-repeat; margin-left: 5px; @@ -520,10 +525,14 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin: 0 auto; width: 165px; color: #FFFFFF; - font-size: 80px; text-align: center; } +.tx-id span { + font-size: 40px; + margin: 30px 0; +} + .transaction-vin-vout .ellipsis { margin-bottom: 10px; } .transaction-vin-vout .btc-value { margin-left: 15px; } diff --git a/public/views/address.html b/public/views/address.html index d2f050a..df0af13 100644 --- a/public/views/address.html +++ b/public/views/address.html @@ -5,6 +5,7 @@

Address

+

{{$root.currency.getConvertion(address.balance)}}

diff --git a/public/views/transaction.html b/public/views/transaction.html index 5105dde..b9c3082 100644 --- a/public/views/transaction.html +++ b/public/views/transaction.html @@ -4,7 +4,7 @@

Transaction

- +