From a63323eab7fe0b01cbb3789cdd3732abae3fe877 Mon Sep 17 00:00:00 2001 From: Stephan Porada <sporada@uni-bielefeld.de> Date: Wed, 16 Sep 2020 09:29:02 +0200 Subject: [PATCH] Change layout --- web/app/templates/interactions/analysis.html.j2 | 2 +- web/app/templates/interactions/cite.html.j2 | 2 +- web/app/templates/interactions/create.html.j2 | 2 +- web/app/templates/interactions/display.html.j2 | 4 ++-- web/app/templates/interactions/export.html.j2 | 4 ++-- web/app/templates/interactions/infos.html.j2 | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/app/templates/interactions/analysis.html.j2 b/web/app/templates/interactions/analysis.html.j2 index bd2b26be..735ef951 100644 --- a/web/app/templates/interactions/analysis.html.j2 +++ b/web/app/templates/interactions/analysis.html.j2 @@ -1,6 +1,6 @@ <!-- WIP. The user should be able to call several analysis tools from here.--> -<div class="col s12 m2 l2" id="anlysis"> +<div class="col s12 m3 l2" id="anlysis"> <h6 style="margin-top: 0px;">Analysis</h6> <div class="divider" style="margin-bottom: 10px;"></div> <div class="row"> diff --git a/web/app/templates/interactions/cite.html.j2 b/web/app/templates/interactions/cite.html.j2 index c6d96b6c..45767854 100644 --- a/web/app/templates/interactions/cite.html.j2 +++ b/web/app/templates/interactions/cite.html.j2 @@ -1,6 +1,6 @@ <!-- WIP. The user should be able to cite nopaque and the current service easily using these buttons.--> -<div class="col s12 m2 l2" id="cite"> +<div class="col s12 m3 l2" id="cite"> <h6 style="margin-top: 0px;">Cite Nopaque</h6> <div class="divider" style="margin-bottom: 10px;"></div> <div class="row"> diff --git a/web/app/templates/interactions/create.html.j2 b/web/app/templates/interactions/create.html.j2 index 81df4531..d2c8a798 100644 --- a/web/app/templates/interactions/create.html.j2 +++ b/web/app/templates/interactions/create.html.j2 @@ -1,7 +1,7 @@ <!-- HTML to allow the user to create sub results from the current query results.--> -<div class="col s12 m2 l2" id="create"> +<div class="col s12 m3 l2" id="create"> <h6 style="margin-top: 0px;">Create</h6> <div class="divider" style="margin-bottom: 10px;"></div> <div class="row"> diff --git a/web/app/templates/interactions/display.html.j2 b/web/app/templates/interactions/display.html.j2 index 14b624b1..1f5c10c0 100644 --- a/web/app/templates/interactions/display.html.j2 +++ b/web/app/templates/interactions/display.html.j2 @@ -1,6 +1,6 @@ <!-- HTML to allow the user to change how the results are being displayed.--> -<div class="col s12 m2 l2" id="display"> +<div class="col s12 m3 l2" id="display"> <h6 style="margin-top: 0px;">Display</h6> <div class="divider" style="margin-bottom: 10px;"></div> <div class="row"> @@ -14,7 +14,7 @@ <div class="col s8"> {{ display_options_form.expert_mode.label.text }} </div> - <div class="class col s4"> + <div class="class col s4 right-align"> <div class="switch"> <label style="margin-left: -20px;"> {{ display_options_form.expert_mode() }} diff --git a/web/app/templates/interactions/export.html.j2 b/web/app/templates/interactions/export.html.j2 index 3c819498..78862c9a 100644 --- a/web/app/templates/interactions/export.html.j2 +++ b/web/app/templates/interactions/export.html.j2 @@ -1,7 +1,7 @@ <!-- HTML to allow the user to export the current querey results in full or the selected sub results.--> -<div class="col s12 m2 l2" id="export"> +<div class="col s12 m3 l2" id="export"> <h6 style="margin-top: 0px;">Export</h6> <div class="divider" style="margin-bottom: 10px;"></div> <div class="row"> @@ -16,7 +16,7 @@ the selected sub results.--> <i class="material-icons tiny">info_outline</i> </a> </div> - <div class="class col s4"> + <div class="class col s4 right-align"> <div class="switch"> <label style="margin-left: -20px;"> <input type="checkbox" id="export-full-inspect-context"> diff --git a/web/app/templates/interactions/infos.html.j2 b/web/app/templates/interactions/infos.html.j2 index 6b184648..fc978a4b 100644 --- a/web/app/templates/interactions/infos.html.j2 +++ b/web/app/templates/interactions/infos.html.j2 @@ -2,7 +2,7 @@ the user the abiltiy to access the meta data for the current query or result.--> -<div class="col s12 m2 l2" id="infos"> +<div class="col s12 m3 l2" id="infos"> <h6 style="margin-top: 0px;">Infos</h6> <div class="divider" style="margin-bottom: 10px;"></div> <div class="row"> -- GitLab