[view/data-explorer][m]: (refs #14) introduce ability to change number of rows viewed.

* This also necessitated a nice refactor whereby DataExplorer subviews running off a common Backbone Collection (DocumentList) re-rendering themselves in response to changes in that Collection.
This commit is contained in:
rgrp
2011-12-15 16:13:43 +00:00
parent 6e80e20f61
commit 8b9c76fd29
3 changed files with 52 additions and 18 deletions

View File

@@ -239,3 +239,13 @@ span.tooltip-status {
right: 0px;
background: white;
}
.nav-pagination {
display: inline;
float: right;
list-style-type: none;
}
.nav-pagination input {
width: 40px;
}