MDL-86162 h5p: fix content type/library page table layout.

This commit is contained in:
Paul Holden
2025-07-30 15:35:06 +01:00
parent a1e5573ee8
commit db7adceb4c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -70,7 +70,7 @@
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="contenttypes" role="tabpanel" aria-labelledby="contenttypes-tab">
<div class="overview px-3 mb-5">
<table class="admintable table generaltable" id="h5pcontenttypes">
<table class="admintable generaltable table table-striped table-hover" id="h5pcontenttypes">
<thead>
<tr>
<th style="width: 5%">{{#str}}enable, core{{/str}}</th>
@@ -117,7 +117,7 @@
</div>
<div class="tab-pane fade" id="libraries" role="tabpanel" aria-labelledby="libraries-tab">
<div class="overview px-3 mb-5">
<table class="admintable table generaltable" id="h5plibraries">
<table class="admintable generaltable table table-striped table-hover" id="h5plibraries">
<thead>
<tr>
<th>{{#str}}description, core{{/str}}</th>
@@ -39,7 +39,7 @@
}
}}
<table class="admintable generaltable" id="h5ptools">
<table class="admintable generaltable table table-striped table-hover" id="h5ptools">
<thead>
<tr>
<th>{{#str}} feature, h5p {{/str}}</th>