From 7186f5a777548886415275c5af7d8bd983661664 Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Tue, 8 Sep 2020 15:56:02 +0200 Subject: [PATCH] Fix the search button --- .../templates/corpora/analyse_corpus.html.j2 | 34 +++++++++---------- .../templates/modals/context_modal.html.j2 | 2 +- web/app/templates/utils/materialize.html.j2 | 23 +++++-------- 3 files changed, 26 insertions(+), 33 deletions(-) diff --git a/web/app/templates/corpora/analyse_corpus.html.j2 b/web/app/templates/corpora/analyse_corpus.html.j2 index c0412425..b5fc9d6d 100644 --- a/web/app/templates/corpora/analyse_corpus.html.j2 +++ b/web/app/templates/corpora/analyse_corpus.html.j2 @@ -12,25 +12,25 @@ padding-bottom: 0px;">
-
-
-
- search - {{ query_form.query() }} - {{ query_form.query.label }} - - - help - - CQP query language tutorial - - -
+ +
+
+ search + {{ query_form.query() }} + {{ query_form.query.label }} + + + help + + CQP query language tutorial + +
-
-
- {{ M.render_field(query_form.submit, material_icon='send') }} +
+ {{ M.render_field(query_form.submit, material_icon='send', + style='width:100%;') }}
+
diff --git a/web/app/templates/modals/context_modal.html.j2 b/web/app/templates/modals/context_modal.html.j2 index 320a18ee..cb0baa92 100644 --- a/web/app/templates/modals/context_modal.html.j2 +++ b/web/app/templates/modals/context_modal.html.j2 @@ -1,6 +1,6 @@ -