more styling improvements

This commit is contained in:
cubedro 2015-04-17 04:51:48 +03:00
parent 24afefd3f1
commit eb4c69370c
2 changed files with 6 additions and 3 deletions

View File

@ -259,10 +259,13 @@ table th {
color: #888;
}
table th i,
table td i {
table th i {
font-size: 20px;
}
table td i:before {
line-height: inherit !important;
margin-top: 1px;
}
#mapHolder {
display: block;

View File

@ -142,7 +142,7 @@ block content
//- div.small {{node.info.os}}, {{node.info.os_v}}
td.small(class="{{ node.stats | latencyClass }}") {{node.stats | latencyFilter}}
td(class="{{ node.stats.mining | miningClass : node.stats.active }}")
i.small(class="{{ node.stats.mining | miningIconClass }}")
i(class="{{ node.stats.mining | miningIconClass }}")
td(class="{{ node.stats.peers | peerClass : node.stats.active }}", style="padding-left: 11px;") {{node.stats.peers}}
td(style="padding-left: 15px;") {{node.stats.pending}}
td(class="{{ node.stats | blockClass : bestBlock }}") {{'#' + node.stats.block.number}}