[UPDT] GENERAL: Reduces white space between quick filters and nav

This commit is contained in:
Horilla
2024-02-07 17:28:14 +05:30
parent 0343c7e260
commit 441f7a1729
20 changed files with 109 additions and 105 deletions

View File

@@ -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" %}

View File

@@ -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"
>