commit
244a856851
@ -101,7 +101,9 @@ div.small-title-miner {
|
||||
}
|
||||
|
||||
.blocks-holder {
|
||||
width: 288px;
|
||||
padding-top: 5px;
|
||||
margin-left: -2px;
|
||||
}
|
||||
|
||||
.blocks-holder div.small-title-miner {
|
||||
@ -131,6 +133,14 @@ div.small-title-miner {
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
.blocks-holder .block:first-child {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.blocks-holder .block:last-child {
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.page-latency {
|
||||
position: absolute;
|
||||
top: 400px;
|
||||
@ -222,7 +232,7 @@ table td {
|
||||
}
|
||||
|
||||
.th-blockhash {
|
||||
width: 140px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.th-blocktime {
|
||||
@ -230,7 +240,8 @@ table td {
|
||||
}
|
||||
|
||||
.th-peerPropagationChart {
|
||||
width: 140px;
|
||||
text-align: center;
|
||||
width: 125px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 639px) {
|
||||
|
@ -118,9 +118,9 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
|
||||
colorMap: jQuery.range_map({
|
||||
'0:1': '#10a0de',
|
||||
'1:5000': '#7bcc3a',
|
||||
'6000:12000': '#FFD162',
|
||||
'13000:19000': '#ff8a00',
|
||||
'20000:': '#F74B4B'
|
||||
'5001:12000': '#FFD162',
|
||||
'12001:20000': '#ff8a00',
|
||||
'20001:': '#F74B4B'
|
||||
})
|
||||
});
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user