Skip to content

Commit

Permalink
[FIX] EMPLOYEE: Style fix in employee list view action buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
horilla-opensource committed Aug 28, 2024
1 parent a614fac commit 7854914
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions employee/templates/employee/export_data_employee.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class="pt-2">
{% csrf_token %}
<div class="modal-body">

<h6 class="oh-timeoff-modal__user fw-bold">
<span class="material-symbols-outlined"style="font-size: 14px;">radio_button_checked</span>
{% trans "Attendance Records" %}</h6>
Expand All @@ -45,7 +45,7 @@ <h6 class="oh-timeoff-modal__user fw-bold">
<div class="oh-input-group">
<input type="text" name="employee_id" value="{{ employee.id }}" readonly hidden>
</div>

<div class="form-group mt-2 d-flex">
<label for="start_date" class="me-2 mt-3">
<h6>{% trans "From" %}</h6>
Expand Down Expand Up @@ -76,7 +76,7 @@ <h6>{% trans "To" %}</h6>
class="mt-4">
{% csrf_token %}
<div class="modal-body">

<h6 class="oh-timeoff-modal__user fw-bold">
<span class="material-symbols-outlined"style="font-size: 14px;">radio_button_checked</span>
{% trans "Leave Records" %}</h6>
Expand All @@ -92,7 +92,7 @@ <h6 class="oh-timeoff-modal__user fw-bold">
<div class="oh-input-group">
<input type="text" name="employee_id" value="{{ employee.id }}" readonly hidden>
</div>

<div class="form-group mt-2 d-flex">
<label for="start_date" class="me-2 mt-3">
<h6>{% trans "From" %}</h6>
Expand Down Expand Up @@ -125,7 +125,7 @@ <h6>{% trans "To" %}</h6>
class="mt-4">
{% csrf_token %}
<div class="modal-body">

<h6 class="oh-timeoff-modal__user fw-bold">
<span class="material-symbols-outlined"style="font-size: 14px;">radio_button_checked</span>
{% trans "Payroll Records" %}</h6>
Expand All @@ -141,7 +141,7 @@ <h6 class="oh-timeoff-modal__user fw-bold">
<div class="oh-input-group">
<input type="text" name="employee_id" value="{{ employee.id }}" readonly hidden>
</div>

<div class="form-group mt-2 d-flex">
<label for="start_date" class="me-2 mt-3">
<h6>{% trans "From" %}</h6>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
>
{% trans "Date of Joining" %}
</div>
<div class="oh-sticky-table__th oh-sticky-table__right" style="width:250px">{% trans "Actions" %}</div>
<div class="oh-sticky-table__th oh-sticky-table__right" style="width:313px">{% trans "Actions" %}</div>
</div>
</div>
{% for emp in data %}
Expand Down

0 comments on commit 7854914

Please sign in to comment.