[#53,view/query][s]: add free text query input to query editor (though backend does not yet use it).

This commit is contained in:
Rufus Pollock
2012-02-24 10:08:19 +00:00
parent 0a17c428cd
commit a470e66ff3
2 changed files with 14 additions and 2 deletions

View File

@@ -27,7 +27,17 @@
float: none;
}
.header .recline-query-editor input {
.header .recline-query-editor label {
float: none;
}
.header .recline-query-editor input.text-query {
float: left;
margin-top: 1px;
margin-right: 5px;
}
.header .recline-query-editor .pagination input {
width: 30px;
}