[#14,view/explorer]: show total doc count in data explorer.

This commit is contained in:
Rufus Pollock
2012-01-06 11:59:27 +00:00
parent 250f931c36
commit 7a5e2edef8
3 changed files with 26 additions and 4 deletions

View File

@@ -246,6 +246,16 @@ span.tooltip-status {
list-style-type: none;
}
.nav-pagination li {
display: inline-block;
}
.nav-pagination input {
width: 40px;
}
.doc-count {
font-weight: bold;
font-size: 120%;
}