update dns css

This commit is contained in:
2026-05-14 17:26:37 -04:00
parent 2aaca41adf
commit e7f666a10a
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -103,6 +103,14 @@ body {
cursor: pointer; cursor: pointer;
} }
#ConfigureDNSTable {
width: 400px;
}
#ConfigureDNSTable table, th, td {
border: 1px solid;
}
#RequestErrors { #RequestErrors {
color: red; color: red;
} }
+1 -1
View File
@@ -1,6 +1,6 @@
<p>Configuring DNS records for {{domain.domain}}.{{domain.tld}}</p> <p>Configuring DNS records for {{domain.domain}}.{{domain.tld}}</p>
<table> <table id="ConfigureDNSTable">
<tr> <tr>
{{#each dnsRecordsHeaders}} {{#each dnsRecordsHeaders}}
<th>{{this}}</th> <th>{{this}}</th>