diff --git a/core/templates/core/create_receipt.html b/core/templates/core/create_receipt.html index 0929321..84d9e6c 100644 --- a/core/templates/core/create_receipt.html +++ b/core/templates/core/create_receipt.html @@ -49,16 +49,16 @@ {% for form in items %}
{{ form.id }} -
+
{{ form.product }}
-
+
R {{ form.amount }}
-
+
{% if items.can_delete %}
{{ form.DELETE }} @@ -122,16 +122,16 @@
-
+
{{ items.empty_form.product }}
-
+
R {{ items.empty_form.amount }}
-
+
{{ items.empty_form.DELETE }}
diff --git a/core/templates/core/log_attendance.html b/core/templates/core/log_attendance.html index 0328b9e..7c17444 100644 --- a/core/templates/core/log_attendance.html +++ b/core/templates/core/log_attendance.html @@ -19,14 +19,14 @@ {% csrf_token %}
-
+
{{ form.date }} {% if form.date.errors %}
{{ form.date.errors }}
{% endif %}
-
+
{{ form.end_date }}
@@ -40,14 +40,14 @@
-
+
{{ form.project }} {% if form.project.errors %}
{{ form.project.errors }}
{% endif %}
-
+
{{ form.team }} {% if form.team.errors %} @@ -164,7 +164,12 @@ transition: all 0.2s ease-in-out; } .mt-n4 { - margin-top: -3rem !important; + margin-top: -1.5rem !important; + } + @media (min-width: 768px) { + .mt-n4 { + margin-top: -3rem !important; + } } diff --git a/core/templates/core/payroll_dashboard.html b/core/templates/core/payroll_dashboard.html index b484491..b32e9c0 100644 --- a/core/templates/core/payroll_dashboard.html +++ b/core/templates/core/payroll_dashboard.html @@ -9,8 +9,8 @@ {% block content %}
-
-

Payroll Dashboard

+
+

Payroll Dashboard

-