design fixes

This commit is contained in:
matthewswspence 2025-03-28 12:36:10 -05:00
parent 9661904fa8
commit aee241f74c
No known key found for this signature in database
GPG key ID: FB458202A7852BA4
3 changed files with 9 additions and 5 deletions

View file

@ -12,7 +12,7 @@ class ExecutiveNamingRequirementsYesNoForm(BaseYesNoForm, BaseDeletableRegistrar
field_name = "feb_naming_requirements"
required_error_message = "Select \"Yes\" if your submission meets each domain naming requirement. Select \"No\" if it doesn't meet each requirement." # noqa: E501
required_error_message = "Select “Yes” if your submission meets each domain naming requirement. Select “No” if it doesnt meet each requirement." # noqa: E501
@property
def form_is_checked(self):

View file

@ -131,7 +131,9 @@
{# Conditional Details Field only shown when the executive naming requirements radio is "False" #}
<div id="domain-naming-requirements-details-container" class="conditional-panel" style="display: none;">
<p><em>Provide details below. <abbr class="usa-hint usa-hint--required" title="required">*</abbr></em></p>
<p class="margin-bottom-3 margin-top-3">
<em>Provide details below. <abbr class="usa-hint usa-hint--required" title="required">*</abbr></em>
</p>
{% with add_label_class="usa-sr-only" attr_required="required" maxlength="2000" %}
{% input_with_errors forms.3.feb_naming_requirements_details %}
{% endwith %}

View file

@ -26,7 +26,9 @@
{% endwith %}
<div id="purpose-details-container" class="conditional-panel display-none">
<p><em>Provide details below. <abbr class="usa-hint usa-hint--required" title="required">*</abbr></em></p>
<p class="margin-bottom-3 margin-top-3">
<em>Provide details below. <abbr class="usa-hint usa-hint--required" title="required">*</abbr></em>
</p>
{% with add_label_class="usa-sr-only" attr_required="required" attr_maxlength="2000" %}
{% input_with_errors forms.1.purpose %}
{% endwith %}
@ -46,7 +48,7 @@
{% endwith %}
<div id="purpose-timeframe-details-container" class="conditional-panel">
<p>
<p class="margin-bottom-3 margin-top-3">
<em>Provide details on your target time frame. Is there special significance of this day (legal requirement, announcement, event, etc.)? <abbr class="usa-hint usa-hint--required" title="required">*</abbr></em>
</p>
{% with add_label_class="usa-sr-only" attr_required="required" attr_maxlength="2000" %}
@ -68,7 +70,7 @@
{% endwith %}
<div id="purpose-interagency-initaitive-details-container" class="conditional-panel">
<p>
<p class="margin-bottom-3 margin-top-3">
<em>Name the agencies that will be involved in this initiative. <abbr class="usa-hint usa-hint--required" title="required">*</abbr></em>
</p>
{% with add_label_class="usa-sr-only" attr_required="required" attr_maxlength="2000" %}