Added a skipped count for nodes in the overview and nodes pages

This commit is contained in:
Fotis Gimian
2015-05-10 14:53:01 +10:00
parent a1160d2c1f
commit 59b7717e8f
3 changed files with 6 additions and 3 deletions

View File

@@ -31,12 +31,13 @@ th.tablesorter-headerDesc::after {
}
.status {
width: 47%;
width: 47.5%;
text-align: center;
display: block;
}
.count {
width: 21%;
width: 14%;
text-align: center;
display: block;
}