[view/query][s]: refactor query view to have from / size changes in new dropdown query menu rather than in pagination.

This commit is contained in:
Rufus Pollock
2012-03-14 21:14:56 +00:00
parent 6d69ef64d9
commit f9f5be6540
2 changed files with 42 additions and 19 deletions

View File

@@ -29,24 +29,28 @@
.header .recline-query-editor .text-query input {
float: left;
margin-right: 5px;
}
.header .recline-query-editor .pagination input {
width: 30px;
height: 18px;
padding: 2px 4px;
margin-top: -4px;
.recline-query-editor .text-query .btn-group {
display: inline;
float:left;
margin-left:-2px;
}
.recline-query-editor .text-query .btn-group .dropdown-toggle {
-moz-border-radius:0px 3px 3px 0px;
-webkit-border-radius:0px 3px 3px 0px;
border-radius:0px 3px 3px 0px;
}
.recline-query-editor .text-query .btn-group ul {
margin-left:-110px;
}
.header .recline-query-editor .pagination a {
line-height: 26px;
}
.header .recline-query-editor form .btn {
vertical-align: top;
}
.data-view-container {
display: block;
clear: both;