From b9d4b45ff4c48953b7110762d79cce708760726a Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Tue, 4 Mar 2025 10:10:30 -0500 Subject: [PATCH 1/3] Fix error style on ip field in add form --- src/registrar/templates/domain_nameservers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/domain_nameservers.html b/src/registrar/templates/domain_nameservers.html index f0246e5f7..c1a7fa82c 100644 --- a/src/registrar/templates/domain_nameservers.html +++ b/src/registrar/templates/domain_nameservers.html @@ -84,7 +84,7 @@ {% endwith %}
- {% with attr_required=True add_initial_value_attr=True label_text=form.ip.label sublabel_text="Example: 86.124.49.54 or 2001:db8::1234:5678" add_group_class="usa-form-group--unstyled-error" add_aria_label="Name server "|concat:forloop.counter|concat:" "|concat:form.ip.label %} + {% with attr_required=True add_initial_value_attr=True label_text=form.ip.label sublabel_text="Example: 86.124.49.54 or 2001:db8::1234:5678" add_aria_label="Name server "|concat:forloop.counter|concat:" "|concat:form.ip.label %} {% input_with_errors form.ip %} {% endwith %}
From 1dbed359d5c625385df6aa3904862b53630185bb Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Tue, 4 Mar 2025 10:20:56 -0500 Subject: [PATCH 2/3] reduce width of action col --- src/registrar/templates/domain_nameservers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/domain_nameservers.html b/src/registrar/templates/domain_nameservers.html index c1a7fa82c..94d8be323 100644 --- a/src/registrar/templates/domain_nameservers.html +++ b/src/registrar/templates/domain_nameservers.html @@ -115,7 +115,7 @@ Name Servers IP address - Action + Action From be11fafe83d0ec9923cfa55a1716a85d60da2c88 Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Tue, 4 Mar 2025 10:22:49 -0500 Subject: [PATCH 3/3] make delete button red --- src/registrar/templates/domain_nameservers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/domain_nameservers.html b/src/registrar/templates/domain_nameservers.html index 94d8be323..09a337e20 100644 --- a/src/registrar/templates/domain_nameservers.html +++ b/src/registrar/templates/domain_nameservers.html @@ -207,7 +207,7 @@