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: ' \