update dns css
This commit is contained in:
@@ -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,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>
|
||||||
|
|||||||
Reference in New Issue
Block a user