From 1f005e90e1cc8a59b10656e4b270a8dcc7b1f2b8 Mon Sep 17 00:00:00 2001 From: catborise Date: Fri, 25 Jan 2019 08:51:52 +0300 Subject: [PATCH] Arrange search component placement --- nwfilters/templates/nwfilters.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/nwfilters/templates/nwfilters.html b/nwfilters/templates/nwfilters.html index dba8377..28c7372 100644 --- a/nwfilters/templates/nwfilters.html +++ b/nwfilters/templates/nwfilters.html @@ -40,12 +40,12 @@
-
-
- -
- +
+ +
+
+
{% if nwfilters %}
@@ -166,6 +166,4 @@ input.val(editor.getSession().getValue()); }) - - {% endblock %}