-
List of local DNS records
@@ -79,51 +63,34 @@ mg.include('scripts/pi-hole/lua/settings_header.lp','r')
-
List of local CNAME records
diff --git a/style/pi-hole.css b/style/pi-hole.css
index 197da27f..1dceed62 100644
--- a/style/pi-hole.css
+++ b/style/pi-hole.css
@@ -373,12 +373,18 @@ td.lookatme {
font-family: inherit;
}
-.form-inline .dataTables .form-control {
+.form-inline .dataTable .form-control {
display: inline-block;
width: 100%;
vertical-align: middle;
}
+/* Table footer row used to add new items, using inline input fields */
+tfoot.add-new-item > tr > th {
+ font-weight: normal;
+ vertical-align: inherit;
+}
+
.select2-container--default .select2-results > .select2-results__options {
max-height: 400px;
}