From a470e66ff3d8fd1166ae9d55abcf28f9a74b6478 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Fri, 24 Feb 2012 10:08:19 +0000 Subject: [PATCH] [#53,view/query][s]: add free text query input to query editor (though backend does not yet use it). --- css/data-explorer.css | 12 +++++++++++- src/view.js | 4 +++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/css/data-explorer.css b/css/data-explorer.css index 0844a9de..ea5ba775 100644 --- a/css/data-explorer.css +++ b/css/data-explorer.css @@ -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; } diff --git a/src/view.js b/src/view.js index ef5d7f99..c3139645 100644 --- a/src/view.js +++ b/src/view.js @@ -182,6 +182,7 @@ my.QueryEditor = Backbone.View.extend({ className: 'recline-query-editor', template: ' \
\ + \