From 3dd305254fe8efcb5578b7398c07410be0314f35 Mon Sep 17 00:00:00 2001 From: OTaoufiq <37933905+oussama-taoufiq@users.noreply.github.com> Date: Tue, 18 Mar 2025 15:00:51 -0400 Subject: [PATCH 1/6] Update dojo.css --- dojo/static/dojo/css/dojo.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dojo/static/dojo/css/dojo.css b/dojo/static/dojo/css/dojo.css index ca3f1e9dede..73f344482aa 100644 --- a/dojo/static/dojo/css/dojo.css +++ b/dojo/static/dojo/css/dojo.css @@ -201,6 +201,17 @@ input[type="file"] { width: 70% !important; } +.control-label .required { + color: #d3080c; + margin-left: 3px; + font-weight: 700; +} + +.control-label .required sup { + top: -.2em; + font-size: 100%; +} + .bs-searchbox .form-control { width: 100% !important; } From 72c66f4c549fe071355d97f4ad49733ca9c99e5b Mon Sep 17 00:00:00 2001 From: OTaoufiq <37933905+oussama-taoufiq@users.noreply.github.com> Date: Tue, 18 Mar 2025 15:04:38 -0400 Subject: [PATCH 2/6] Update form_fields.html --- dojo/templates/dojo/form_fields.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dojo/templates/dojo/form_fields.html b/dojo/templates/dojo/form_fields.html index 6af19a96aa9..68f06433e48 100644 --- a/dojo/templates/dojo/form_fields.html +++ b/dojo/templates/dojo/form_fields.html @@ -22,8 +22,8 @@
{% if field.auto_id %} -
{% elif field|is_radio %} {% if field.auto_id %} - + {% endif %}
{% for choice in field %} @@ -62,9 +62,9 @@
{% else %} {% if field.auto_id %} -