Moved clear button into buttongroup under entry field
diff --git a/asterix-app/src/main/resources/webui/querytemplate.html b/asterix-app/src/main/resources/webui/querytemplate.html
index eae080e..c62e7bc 100644
--- a/asterix-app/src/main/resources/webui/querytemplate.html
+++ b/asterix-app/src/main/resources/webui/querytemplate.html
@@ -139,10 +139,10 @@
<div style="margin-bottom: 1em;">
<label class="query">Query</label>
<textarea rows="10" id="qry" name="query" class="query" value="%s" placeholder="Type your AQL query ..."></textarea>
- <button id="clear-query-button" style="float:right;" class="btn">Clear Query</button>
</div>
<div class="btn-group">
+ <button id="clear-query-button" class="btn">Clear Query</button>
<button id="checkboxes-on" class="btn">Select All Options</button>
<button id="checkboxes-off" class="btn">Clear All Options</button>
<button type="submit" id="run-btn" class="btn btn-custom-darken">Run</button>