[#53,#27,pagination][s]: pagination support (fixes #27).

* Also refactor to have doc count (which is dataset info) outside of query editor.
This commit is contained in:
Rufus Pollock
2012-02-24 10:00:00 +00:00
parent e32d541fc7
commit 0a17c428cd
2 changed files with 38 additions and 4 deletions

View File

@@ -12,6 +12,12 @@
padding-left: 0;
}
.header .recline-results-info {
line-height: 28px;
margin-left: 20px;
display: inline;
}
.header .recline-query-editor {
float: right;
margin: 4px;
@@ -25,6 +31,10 @@
width: 30px;
}
.header .recline-query-editor .pagination a {
line-height: 28px;
}
.data-view-container {
display: block;
clear: both;