diff --git a/apcd-cms/src/apps/registrations/static/registrations/css/submission_form.css b/apcd-cms/src/apps/registrations/static/registrations/css/submission_form.css index 673d4a17..515746e7 100644 --- a/apcd-cms/src/apps/registrations/static/registrations/css/submission_form.css +++ b/apcd-cms/src/apps/registrations/static/registrations/css/submission_form.css @@ -9,13 +9,6 @@ input[name^="zip_code"] { width: 10ch; box-sizing: content-box; } -select[name^="state"] { - --length: 2.5ch; - --ui-buffer: 2.5ch; /* to make room for dropdown arrows */ - - width: calc( var(--length) + var(--ui-buffer) ); - box-sizing: content-box; -} /* for a Contact */ input[name^="contact_phone"] { width: 17ch; diff --git a/apcd-cms/src/apps/registrations/templates/submission_form/registration_form_body.html b/apcd-cms/src/apps/registrations/templates/submission_form/registration_form_body.html index b5f26e12..4f0221e4 100644 --- a/apcd-cms/src/apps/registrations/templates/submission_form/registration_form_body.html +++ b/apcd-cms/src/apps/registrations/templates/submission_form/registration_form_body.html @@ -161,72 +161,72 @@ name="state" required="required" class="choicefield" - id="state{% if r %}_{{r.reg_id}}{% endif%}" + id="state" > {% if r.view_modal_content %} {% for state in r.view_modal_content.us_state_list %} - {% endfor %} {% else %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {% endif %} @@ -559,14 +559,13 @@