[view/query-editor][s]: reinstate editable pagination removed in f9f5be6540.

This commit is contained in:
Rufus Pollock
2012-04-09 23:47:05 +01:00
parent 517c95f78a
commit 6703233efc
2 changed files with 19 additions and 48 deletions

View File

@@ -31,30 +31,21 @@
float: left;
}
.header .recline-query-editor .text-query input {
float: left;
}
.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 input {
width: 30px;
height: 18px;
padding: 2px 4px;
margin-top: -4px;
}
.header .recline-query-editor .pagination a {
line-height: 26px;
}
.header .recline-query-editor form button {
vertical-align: top;
}
.data-view-container {
display: block;
clear: both;