[UPDT] GENERAL: Reduces white space between quick filters and nav
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% load i18n %}
|
||||
<section class="oh-wrapper oh-main__topbar" x-data="{searchShow: false}" style="padding-bottom: 7px;">
|
||||
<section class="oh-wrapper oh-main__topbar" x-data="{searchShow: false}">
|
||||
<div class="oh-main__titlebar oh-main__titlebar--left">
|
||||
<h1 class="oh-main__titlebar-title fw-bold">
|
||||
{% trans "Tickets" %}
|
||||
|
||||
@@ -40,9 +40,9 @@
|
||||
<div class="oh-wrapper" id="ticketContainer">
|
||||
{% if my_tickets or allocated_tickets or all_tickets %}
|
||||
<!-- start of Quick filters -->
|
||||
<div class="d-flex flex-row-reverse">
|
||||
<div class="d-flex flex-row-reverse mb-2">
|
||||
<span
|
||||
class="m-1 review_ongoing"
|
||||
class="me-3 review_ongoing"
|
||||
onclick="$('[name=status]').val('canceled');$('[name=status]').first().change();$('.filterButton').click()"
|
||||
style="cursor: pointer"
|
||||
>
|
||||
@@ -53,7 +53,7 @@
|
||||
{% trans "Canceled" %}
|
||||
</span>
|
||||
<span
|
||||
class="m-1 confirmed"
|
||||
class="me-3 confirmed"
|
||||
onclick="$('[name=status]').val('resolved');$('[name=status]').first().change();$('.filterButton').click()"
|
||||
style="cursor: pointer"
|
||||
>
|
||||
@@ -64,7 +64,7 @@
|
||||
{% trans "Resolved" %}
|
||||
</span>
|
||||
<span
|
||||
class="m-1 paid"
|
||||
class="me-3 paid"
|
||||
onclick="$('[name=status]').val('on_hold');$('[name=status]').first().change();$('.filterButton').click()"
|
||||
style="cursor: pointer"
|
||||
>
|
||||
@@ -75,7 +75,7 @@
|
||||
{% trans "On Hold" %}
|
||||
</span>
|
||||
<span
|
||||
class="m-1 paid"
|
||||
class="me-3 paid"
|
||||
onclick="$('[name=status]').val('in_progress');$('[name=status]').first().change();$('.filterButton').click()"
|
||||
style="cursor: pointer"
|
||||
>
|
||||
@@ -86,7 +86,7 @@
|
||||
{% trans "In Progress" %}
|
||||
</span>
|
||||
<span
|
||||
class="m-1 confirmed"
|
||||
class="me-3 confirmed"
|
||||
onclick="$('[name=status]').val('new');$('[name=status]').first().change();$('.filterButton').click()"
|
||||
style="cursor: pointer"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user