css fixes

This commit is contained in:
cubedro 2015-04-02 19:52:24 +03:00
parent 380d677793
commit b8f7730af6
2 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -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 }}