From fb83126f6016ac38fb71c0c967147cd57f9cbe5f Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Thu, 30 Jan 2014 18:33:33 -0300 Subject: [PATCH] added hash with copy/paste link on blockpage --- public/css/common.css | 9 +++++++-- public/views/block.html | 10 +++++----- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/public/css/common.css b/public/css/common.css index 0b960b8..939ee0d 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -208,8 +208,8 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { .icon-block { color: #FFFFFF; - font-size: 27px; - margin-top: 20px; + font-size: 35px; + margin-top: 10px; } .block-tx { @@ -400,3 +400,8 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { .transaction-vin-vout .ellipsis { margin-bottom: 10px; } .transaction-vin-vout .btc-value { margin-left: 15px; } + +.block_hash { + margin-left: 46px; + text-align: center; +} diff --git a/public/views/block.html b/public/views/block.html index c9f2268..2342f37 100644 --- a/public/views/block.html +++ b/public/views/block.html @@ -7,14 +7,14 @@

Block #{{ block.height }}

-
+ +

Hashes

- - - -
Hash {{block.hash}}
Previous Block {{block.previousblockhash}}