update dns css
This commit is contained in:
@@ -103,6 +103,14 @@ body {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#ConfigureDNSTable {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
#ConfigureDNSTable table, th, td {
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
#RequestErrors {
|
||||
color: red;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<p>Configuring DNS records for {{domain.domain}}.{{domain.tld}}</p>
|
||||
|
||||
<table>
|
||||
<table id="ConfigureDNSTable">
|
||||
<tr>
|
||||
{{#each dnsRecordsHeaders}}
|
||||
<th>{{this}}</th>
|
||||
|
||||
Reference in New Issue
Block a user