diff --git a/assets/css/main.css b/assets/css/main.css index 6ae8078..6f6448f 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -103,6 +103,14 @@ body { cursor: pointer; } +#ConfigureDNSTable { + width: 400px; +} + +#ConfigureDNSTable table, th, td { + border: 1px solid; +} + #RequestErrors { color: red; } diff --git a/views/dns.handlebars b/views/dns.handlebars index 4d48a9e..ccb83e3 100644 --- a/views/dns.handlebars +++ b/views/dns.handlebars @@ -1,6 +1,6 @@
Configuring DNS records for {{domain.domain}}.{{domain.tld}}
-| {{this}} |
|---|