diff --git a/attendance/templates/attendance_form.html b/attendance/templates/attendance_form.html index bd73a34f3..6a9b12d78 100644 --- a/attendance/templates/attendance_form.html +++ b/attendance/templates/attendance_form.html @@ -11,7 +11,7 @@ {% for field in form.visible_fields %} {% if field.field.widget|is_select_multiple or field.field.widget|is_text_area %} {{ field.label }} {% endif %}
-
+
diff --git a/payroll/templates/common_form.html b/payroll/templates/common_form.html index eb42e4528..d01a7db98 100644 --- a/payroll/templates/common_form.html +++ b/payroll/templates/common_form.html @@ -19,7 +19,7 @@ {% for field in form.visible_fields %}
- + {% if field.help_text != '' %} {% endif %} diff --git a/payroll/templates/contract_form.html b/payroll/templates/contract_form.html index 8562034e1..7215113ce 100644 --- a/payroll/templates/contract_form.html +++ b/payroll/templates/contract_form.html @@ -25,7 +25,7 @@ {% if field.name == 'note' %}
- + {% if field.help_text != "" %} @@ -41,7 +41,7 @@ {% else %}
- + {% if field.help_text != "" %} diff --git a/payroll/templates/one_time_deduction.html b/payroll/templates/one_time_deduction.html index b1ded0142..e1f4c56ef 100644 --- a/payroll/templates/one_time_deduction.html +++ b/payroll/templates/one_time_deduction.html @@ -21,7 +21,7 @@ {% for field in form.visible_fields %}
- + {% if field.help_text != "" %} diff --git a/static/css/style.css b/static/css/style.css index f2ce55f98..ec4cae72a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -435,7 +435,7 @@ form label { .required-star::after { content: "*"; padding-left: 5px; - color: red; + color: #000000; } .oh-badge--small {