From 07adbe2386116f8ac8ca4c716344b3d6dc513354 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sat, 10 Mar 2012 08:57:21 +0000 Subject: [PATCH] [ux,query,#53][s]: make it clear that search box is for searching. --- css/data-explorer.css | 19 ++++--------------- src/view.js | 5 ++++- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/css/data-explorer.css b/css/data-explorer.css index 208ce906..7f410fe8 100644 --- a/css/data-explorer.css +++ b/css/data-explorer.css @@ -23,24 +23,13 @@ height: 30px; } -.header .recline-query-editor form { - height: 30px; - margin-bottom: 0; +.header .recline-query-editor .input-prepend { + margin-bottom: auto; } -.header .recline-query-editor label { - float: none; -} - -.header .recline-query-editor label { - float: none; -} - -.header .recline-query-editor input.text-query { +.header .recline-query-editor .text-query input { float: left; - margin-top: 1px; margin-right: 5px; - width: 200px; } .header .recline-query-editor .pagination input { @@ -51,7 +40,7 @@ } .header .recline-query-editor .pagination a { - line-height: 28px; + line-height: 26px; } .header .recline-query-editor form .btn { diff --git a/src/view.js b/src/view.js index 49edde47..88fe36c9 100644 --- a/src/view.js +++ b/src/view.js @@ -197,7 +197,10 @@ my.QueryEditor = Backbone.View.extend({ className: 'recline-query-editor', template: ' \
\ - \ +
\ + \ + \ +
\