From b8f7730af671065688eef6158083eaa9c49d7ebf Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 2 Apr 2015 19:52:24 +0300 Subject: [PATCH] css fixes --- public/css/style.css | 4 ++-- views/index.jade | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index df14802..83a8c52 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -60,8 +60,8 @@ body { .jqsfield { position: relative; padding: 5px 0; - width: 60px; - left: -30px; + width: auto; + left: -50%; word-wrap: wrap; text-align: center; } diff --git a/views/index.jade b/views/index.jade index 18307d3..2c21f54 100644 --- a/views/index.jade +++ b/views/index.jade @@ -140,5 +140,5 @@ block content //- div.small Difficulty: {{node.stats.block.difficulty | gasFilter}} | Gas used: {{node.stats.block.gasUsed | gasFilter}} | Min gas price: {{node.stats.block.minGasPrice | gasFilter}} | Gas limit: {{node.stats.block.gasLimit | gasFilter}} td(style="padding-left: 18px;") {{node.stats.block.transactions.length || 0}} td(class="{{ node.stats.block.timestamp | timeClass }}") {{node.stats.block.timestamp | blockTimeFilter }} - td(class="{{ node.stats.block.received | propagationTimeClass }}") {{node.stats.block.received | blockPropagationFilter}} + td(class="{{ node.stats.block.propagation | propagationTimeClass }}") {{node.stats.block.propagation | blockPropagationFilter}} td(class="{{ node.stats.uptime | upTimeClass }}") {{ node.stats.uptime | upTimeFilter }}