Skip to content

Commit b2cad16

Browse files
Bump datatables.net from 1.11.2 to 2.3.4 (#440)
* Bump datatables.net from 1.11.2 to 2.3.4 Bumps [datatables.net](https://github.com/DataTables/Dist-DataTables) from 1.11.2 to 2.3.4. - [Release notes](https://github.com/DataTables/Dist-DataTables/releases) - [Commits](DataTables/Dist-DataTables@1.11.2...2.3.4) --- updated-dependencies: - dependency-name: datatables.net dependency-version: 2.3.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fixed styling and stuff --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Noah Hanford (spaced) <spaced@csh.rit.edu>
1 parent fc0d9a0 commit b2cad16

File tree

5 files changed

+42
-141
lines changed

5 files changed

+42
-141
lines changed

conditional/templates/dashboard.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ <h3 class="panel-title">Directorship Meeting Attendance</h3>
462462
</div>
463463

464464
<div class="panel-body table-fill">
465-
<table class="table table-striped table-responsive no-bottom-margin" data-module="table">
465+
<table class="table table-striped table-responsive" data-module="table">
466466
<thead>
467467
<tr>
468468
<th>Event</th>
@@ -478,7 +478,6 @@ <h3 class="panel-title">Directorship Meeting Attendance</h3>
478478
{% endfor %}
479479
</tbody>
480480
</table>
481-
<dir-pagination-controls class="panel-inner-padding"></dir-pagination-controls>
482481
</div>
483482
</div>
484483
{% endif %}

conditional/templates/gatekeep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h4>Missed House Meetings</h4>
129129
<div class="panel-body table-fill">
130130
<div class="panel-body table-fill">
131131
<div class="table-responsive">
132-
<table class="table table-striped no-bottom-margin" data-module="table" data-searchable="true" data-sort-column="4" data-sort-order="asc" data-length-changable="true" data-paginated="false">
132+
<table class="table table-striped" data-module="table" data-searchable="true" data-sort-column="4" data-sort-order="asc" data-length-changable="true" data-paginated="false">
133133
<thead>
134134
<tr>
135135
<th>Name</th>
Lines changed: 3 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,4 @@
1-
div {
2-
.dataTables_wrapper {
3-
.dataTable {
4-
margin-top: 0 !important;
5-
}
6-
7-
.dataTables_paginate {
8-
margin: 0 0 10px !important;
9-
text-align: center !important;
10-
11-
@media(max-width: 768px) {
12-
margin-right: 0 !important;
13-
}
14-
}
15-
16-
.dataTables_length {
17-
margin-top: 5px;
18-
margin-left: 15px;
19-
}
20-
21-
.dataTables_filter {
22-
margin-top: 5px;
23-
margin-right: 15px;
24-
}
25-
26-
.col-sm-7 {
27-
width: 100%;
28-
}
29-
30-
th.sorting::after {
31-
font-family: "bootstrap-icons" !important;
32-
content: "\F127";
33-
}
34-
35-
th.sorting_asc::after {
36-
content: "\F57B";
37-
}
38-
39-
th.sorting_desc::after {
40-
content: "\F575";
41-
}
42-
}
1+
.dt-paging nav {
2+
display: flex;
3+
justify-content: center;
434
}

0 commit comments

Comments
 (0)