Merge pull request #76 from cubedro/develop

More styling improvements
This commit is contained in:
Marian OANCΞA 2015-04-17 04:52:20 +03:00
commit a1ba833648
2 changed files with 6 additions and 3 deletions

View File

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

View File

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