Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions conditional/templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ <h3 class="panel-title">Directorship Meeting Attendance</h3>
</div>

<div class="panel-body table-fill">
<table class="table table-striped table-responsive no-bottom-margin" data-module="table">
<table class="table table-striped table-responsive" data-module="table">
<thead>
<tr>
<th>Event</th>
Expand All @@ -478,7 +478,6 @@ <h3 class="panel-title">Directorship Meeting Attendance</h3>
{% endfor %}
</tbody>
</table>
<dir-pagination-controls class="panel-inner-padding"></dir-pagination-controls>
</div>
</div>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion conditional/templates/gatekeep.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h4>Missed House Meetings</h4>
<div class="panel-body table-fill">
<div class="panel-body table-fill">
<div class="table-responsive">
<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">
<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">
<thead>
<tr>
<th>Name</th>
Expand Down
45 changes: 3 additions & 42 deletions frontend/stylesheets/components/_datatables.scss
Original file line number Diff line number Diff line change
@@ -1,43 +1,4 @@
div {
.dataTables_wrapper {
.dataTable {
margin-top: 0 !important;
}

.dataTables_paginate {
margin: 0 0 10px !important;
text-align: center !important;

@media(max-width: 768px) {
margin-right: 0 !important;
}
}

.dataTables_length {
margin-top: 5px;
margin-left: 15px;
}

.dataTables_filter {
margin-top: 5px;
margin-right: 15px;
}

.col-sm-7 {
width: 100%;
}

th.sorting::after {
font-family: "bootstrap-icons" !important;
content: "\F127";
}

th.sorting_asc::after {
content: "\F57B";
}

th.sorting_desc::after {
content: "\F575";
}
}
.dt-paging nav {
display: flex;
justify-content: center;
}
Loading
Loading