Aug 7 - Update issue page filter buttons size
This commit is contained in:
@@ -125,18 +125,18 @@
|
|||||||
{# ── Actions — spans both field rows ─────────────────────────────── #}
|
{# ── Actions — spans both field rows ─────────────────────────────── #}
|
||||||
<div class="d-flex gap-2 align-items-stretch flex-grow-1 flex-md-grow-0">
|
<div class="d-flex gap-2 align-items-stretch flex-grow-1 flex-md-grow-0">
|
||||||
<button type="submit"
|
<button type="submit"
|
||||||
class="btn btn-primary d-flex align-items-center justify-content-center flex-grow-1 flex-md-grow-0"
|
class="btn btn-sm btn-primary d-flex align-items-center justify-content-center flex-grow-1 flex-md-grow-0"
|
||||||
style="min-width:112px;">
|
style="min-width:88px;">
|
||||||
<span><i class="bi bi-funnel"></i> Filter</span>
|
<span><i class="bi bi-funnel"></i> Filter</span>
|
||||||
</button>
|
</button>
|
||||||
<div class="d-flex flex-column gap-2 flex-grow-1 flex-md-grow-0">
|
<div class="d-flex flex-column gap-2 flex-grow-1 flex-md-grow-0">
|
||||||
<a href="{{ url_for('inspections.index') }}"
|
<a href="{{ url_for('inspections.index') }}"
|
||||||
class="btn btn-sm btn-outline-secondary d-flex align-items-center justify-content-center flex-grow-1"
|
class="btn btn-sm btn-outline-secondary d-flex align-items-center justify-content-center flex-grow-1"
|
||||||
style="min-width:124px;">Clear</a>
|
style="min-width:104px;">Clear</a>
|
||||||
<a id="exportPdfBtn"
|
<a id="exportPdfBtn"
|
||||||
href="{{ url_for('inspections.export_list_pdf', **request.args) }}"
|
href="{{ url_for('inspections.export_list_pdf', **request.args) }}"
|
||||||
class="btn btn-sm btn-outline-danger d-flex align-items-center justify-content-center flex-grow-1 text-nowrap"
|
class="btn btn-sm btn-outline-danger d-flex align-items-center justify-content-center flex-grow-1 text-nowrap"
|
||||||
style="min-width:124px;">
|
style="min-width:104px;">
|
||||||
<span><i class="bi bi-file-earmark-pdf"></i> Export PDF</span>
|
<span><i class="bi bi-file-earmark-pdf"></i> Export PDF</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -130,17 +130,17 @@
|
|||||||
{# ── Actions — spans both field rows ─────────────────────────────── #}
|
{# ── Actions — spans both field rows ─────────────────────────────── #}
|
||||||
<div class="d-flex gap-2 align-items-stretch flex-grow-1 flex-md-grow-0">
|
<div class="d-flex gap-2 align-items-stretch flex-grow-1 flex-md-grow-0">
|
||||||
<button type="submit"
|
<button type="submit"
|
||||||
class="btn btn-primary d-flex align-items-center justify-content-center flex-grow-1 flex-md-grow-0"
|
class="btn btn-sm btn-primary d-flex align-items-center justify-content-center flex-grow-1 flex-md-grow-0"
|
||||||
style="min-width:112px;">
|
style="min-width:88px;">
|
||||||
<span><i class="bi bi-funnel"></i> Filter</span>
|
<span><i class="bi bi-funnel"></i> Filter</span>
|
||||||
</button>
|
</button>
|
||||||
<div class="d-flex flex-column gap-2 flex-grow-1 flex-md-grow-0">
|
<div class="d-flex flex-column gap-2 flex-grow-1 flex-md-grow-0">
|
||||||
<a href="{{ url_for('issues.index') }}"
|
<a href="{{ url_for('issues.index') }}"
|
||||||
class="btn btn-sm btn-outline-secondary d-flex align-items-center justify-content-center flex-grow-1"
|
class="btn btn-sm btn-outline-secondary d-flex align-items-center justify-content-center flex-grow-1"
|
||||||
style="min-width:124px;">Clear</a>
|
style="min-width:104px;">Clear</a>
|
||||||
<a href="{{ url_for('issues.export_list_pdf', **request.args) }}"
|
<a href="{{ url_for('issues.export_list_pdf', **request.args) }}"
|
||||||
class="btn btn-sm btn-outline-danger d-flex align-items-center justify-content-center flex-grow-1 text-nowrap"
|
class="btn btn-sm btn-outline-danger d-flex align-items-center justify-content-center flex-grow-1 text-nowrap"
|
||||||
style="min-width:124px;">
|
style="min-width:104px;">
|
||||||
<span><i class="bi bi-file-earmark-pdf"></i> Export PDF</span>
|
<span><i class="bi bi-file-earmark-pdf"></i> Export PDF</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user