Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h3 class="text-4xl mb-5">{% block page-title %}{% endblock page-title %}</h3>
<form method="get" class="py-3 px-4 border mb-3 ">
<div class="flex flex-wrap gap-4">
{{ filter.form | crispy }}
<button class="btn custom_order_button_blue" type="submit" style="margin-top: 1.7rem;">Search</button>
<button class="btn custom_order_button_blue mt-6" type="submit">Search</button>
</div>
</form>

Expand Down
2 changes: 1 addition & 1 deletion src/staff/templates/staff/analysisorder_filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<form method="get" class="py-3 px-4 border mb-3 ">
<div class="flex flex-wrap gap-4">
{{ filter.form | crispy }}
<button class="btn custom_order_button_blue" type="submit" style="margin-top: 1.7rem;">Search</button>
<button class="btn custom_order_button_blue mt-6" type="submit">Search</button>
</div>
</form>

Expand Down
2 changes: 1 addition & 1 deletion src/staff/templates/staff/equipmentorder_filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<form method="get" class="py-3 px-4 border mb-3 ">
<div class="flex flex-wrap gap-4">
{{ filter.form | crispy }}
<button class="btn custom_order_button_blue" type="submit" style="margin-top: 1.7rem;">Search</button>
<button class="btn custom_order_button_blue mt-6" type="submit">Search</button>
</div>
</form>

Expand Down
2 changes: 1 addition & 1 deletion src/staff/templates/staff/extractionorder_filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<form method="get" class="py-3 px-4 border mb-3 ">
<div class="flex flex-wrap gap-4">
{{ filter.form | crispy }}
<button class="btn custom_order_button_blue" type="submit" style="margin-top: 1.7rem;">Search</button>
<button class="btn custom_order_button_blue mt-6" type="submit">Search</button>
</div>
</form>

Expand Down
2 changes: 1 addition & 1 deletion src/staff/templates/staff/project_filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<form method="get" class="py-3 px-4 border mb-3 ">
<div class="flex flex-wrap gap-4">
{{ filter.form | crispy }}
<button class="btn custom_order_button_blue" type="submit" style="margin-top: 1.5rem;">Search</button>
<button class="btn custom_order_button_blue mt-6" type="submit">Search</button>
</div>
</form>

Expand Down
2 changes: 1 addition & 1 deletion src/staff/templates/staff/sample_filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<form method="get" class="py-3 px-4 border mb-3 ">
<div class="flex flex-wrap gap-4">
{{ filter.form | crispy }}
<button class="btn custom_order_button_blue" type="submit" style="margin-top: 1.5rem;">Search</button>
<button class="btn custom_order_button_blue mt-6" type="submit">Search</button>
</div>
</form>

Expand Down
2 changes: 1 addition & 1 deletion src/staff/templates/staff/sample_lab.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h3 class="text-4xl mb-5">{% block page-title %}{% if order %}{{ order }} - Samp
{% comment %} <form method="get" class="py-3 px-4 border mb-3 ">
<div class="flex flex-wrap gap-4">
{{ filter.form | crispy }}
<button class="btn custom_order_button_blue" type="submit" style="margin-top: 1.7rem;">Search</button>
<button class="btn custom_order_button_blue mt-6" type="submit">Search</button>
</div>
</form> {% endcomment %}

Expand Down
2 changes: 1 addition & 1 deletion src/staff/templates/staff/samplemarkeranalysis_filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<form method="get" class="py-3 px-4 border mb-3 ">
<div class="flex flex-wrap gap-4">
{{ filter.form | crispy }}
<button class="btn custom_order_button_blue" type="submit" style="margin-top: 1.5rem;">Search</button>
<button class="btn custom_order_button_blue mt-6" type="submit">Search</button>
</div>
</form>

Expand Down