summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-03-26 13:40:53 +0000
committerSadie Powell <sadie@witchery.services>2024-03-26 13:40:53 +0000
commitf58012ea0e32cf92fbb82cf46cb4168ca554351e (patch)
tree61f58e67d3c9337498037497b45c8c82c5f05f8b
parentf8605ec188e81b347d15786a67e6869f75909e48 (diff)
Remove some leftover references to nickserv/access.
-rw-r--r--modules/webcpanel/templates/chanserv/access.html2
-rw-r--r--modules/webcpanel/templates/chanserv/akick.html2
-rw-r--r--modules/webcpanel/templates/chanserv/modes.html2
-rw-r--r--modules/webcpanel/templates/nickserv/cert.html2
-rw-r--r--modules/webcpanel/templates/operserv/akill.html2
-rw-r--r--modules/webcpanel/templates/style.css8
6 files changed, 9 insertions, 9 deletions
diff --git a/modules/webcpanel/templates/chanserv/access.html b/modules/webcpanel/templates/chanserv/access.html
index 322f665c5..6d719b46f 100644
--- a/modules/webcpanel/templates/chanserv/access.html
+++ b/modules/webcpanel/templates/chanserv/access.html
@@ -10,7 +10,7 @@
{IF EQ ACCESS_LIST YES}
{IF EXISTS ACCESSES}
- <table id="tableNSAccess" class="table table-hover">
+ <table id="tableAccess" class="table table-hover">
<thead>
<tr>
<th>Mask</th>
diff --git a/modules/webcpanel/templates/chanserv/akick.html b/modules/webcpanel/templates/chanserv/akick.html
index de1bc280c..c0dcf522a 100644
--- a/modules/webcpanel/templates/chanserv/akick.html
+++ b/modules/webcpanel/templates/chanserv/akick.html
@@ -10,7 +10,7 @@
{IF EQ AKICK YES}
{IF EXISTS MASKS}
- <table id="tableNSAccess" class="table table-hover">
+ <table id="tableAccess" class="table table-hover">
<thead>
<tr>
<th>Mask</th>
diff --git a/modules/webcpanel/templates/chanserv/modes.html b/modules/webcpanel/templates/chanserv/modes.html
index b086e60c7..bb017bca9 100644
--- a/modules/webcpanel/templates/chanserv/modes.html
+++ b/modules/webcpanel/templates/chanserv/modes.html
@@ -15,7 +15,7 @@
<br>
{IF EXISTS MASKS}
- <table id="tableNSAccess" class="table table-hover">
+ <table id="tableAccess" class="table table-hover">
<thead>
<tr>
<th>Mask</th>
diff --git a/modules/webcpanel/templates/nickserv/cert.html b/modules/webcpanel/templates/nickserv/cert.html
index 949037c06..af78d9ccc 100644
--- a/modules/webcpanel/templates/nickserv/cert.html
+++ b/modules/webcpanel/templates/nickserv/cert.html
@@ -8,7 +8,7 @@
{END FOR}
{IF EXISTS CERTS}
- <table id="tableNSAccess" class="table table-hover">
+ <table id="tableAccess" class="table table-hover">
<tbody>
{FOR CERT IN CERTS}
<tr>
diff --git a/modules/webcpanel/templates/operserv/akill.html b/modules/webcpanel/templates/operserv/akill.html
index 2b8e67dcf..02fa6eeb5 100644
--- a/modules/webcpanel/templates/operserv/akill.html
+++ b/modules/webcpanel/templates/operserv/akill.html
@@ -20,7 +20,7 @@
{IF EXISTS AKILLS}
<em>{AKILLS}</em>
{ELSE}
- <table id="tableNSAccess" class="table table-hover">
+ <table id="tableAccess" class="table table-hover">
<thead>
<tr>
<th>Number</th>
diff --git a/modules/webcpanel/templates/style.css b/modules/webcpanel/templates/style.css
index e425c3d8c..7b63cd632 100644
--- a/modules/webcpanel/templates/style.css
+++ b/modules/webcpanel/templates/style.css
@@ -108,18 +108,18 @@ h4 {
font-weight: normal;
}
-#tableNSAccess td {
+#tableAccess td {
vertical-align: middle;
}
-#tableNSAccess td:first-child {
+#tableAccess td:first-child {
padding-right: 10px;
text-align: left;
}
-#tableNSAccess td:last-child {
+#tableAccess td:last-child {
padding-right: 10px;
text-align: right;
}
-#tableNSAccess th small {
+#tableAccess th small {
font-weight: normal;
}