small styling improvement for node pin icons

This commit is contained in:
cubedro
2015-05-19 05:27:16 +03:00
parent 23f8ef0b3a
commit 88ca0b1d50
4 changed files with 14 additions and 4 deletions

View File

@@ -283,6 +283,16 @@ table td.peerPropagationChart {
padding: 5px;
}
.th-nodecheck,
.td-nodecheck {
width: 38px;
text-align: center;
}
.td-nodecheck i {
left: 0px;
}
.th-nodename {
width: 300px;
text-overflow: ellipsis;
@@ -423,7 +433,7 @@ svg .line {
stroke-linejoin: round;
stroke-linecap: round;
shape-rendering: geometric-precision;
-webkit-svg-shadow: 0 0 7px #fff;
/*-webkit-svg-shadow: 0 0 7px #fff;*/
}
svg .bar text {