From d1b32bfcaba10fbd11d1a335b755c1b4cfb561fc Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 21 Aug 2013 19:05:19 +0200 Subject: [PATCH] make number of results adjustable in AQL editor --- html/admin/css/queryView.css | 13 ++ html/admin/js/templates/queryView.ejs | 1 + html/admin/js/views/queryView.js | 179 +++++++++++++++----------- 3 files changed, 116 insertions(+), 77 deletions(-) diff --git a/html/admin/css/queryView.css b/html/admin/css/queryView.css index 56facae3d2..9f4971d07e 100644 --- a/html/admin/css/queryView.css +++ b/html/admin/css/queryView.css @@ -163,6 +163,19 @@ z-index: 9999 !important; } +#querySize { + height: 20px !important; + line-height: 20px !important; + z-index: 9999 !important; + border-radius: 0 !important; + padding: 0 !important; + margin-bottom: 0; + border: 0 !important; + float: left !important; + margin-left: 50px; + margin-right: 0 !important; +} + .queryTH { width: 20% !important; } diff --git a/html/admin/js/templates/queryView.ejs b/html/admin/js/templates/queryView.ejs index 6129ea0fa5..1b663436e0 100644 --- a/html/admin/js/templates/queryView.ejs +++ b/html/admin/js/templates/queryView.ejs @@ -20,6 +20,7 @@ +