Skip to content

Commit

Permalink
Pull readerstudy statistics style the same as the rest of the platform
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanrun committed Dec 13, 2024
1 parent daafa51 commit 7ada2bd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ <h1>{{ object.title }} Statistics</h1>

<div class="table-responsive mt-3">
<h2>Statistics per case</h2>
<table class="table table-hover table-striped table-sm w-100 mb-3">
<thead>
<table class="table table-hover table-borderless table-sm w-100 mb-3">
<thead class="thead-light">
<tr>
<th>DisplaySet ID</th>
<th>Total score / max score</th>
Expand Down Expand Up @@ -59,8 +59,8 @@ <h2>Statistics per case</h2>
</table>

<h2>Statistics per question</h2>
<table class="table table-hover table-striped table-sm w-100">
<thead>
<table class="table table-hover table-borderless table-sm w-100">
<thead class="thead-light">
<tr>
<th>Question</th>
<th>Total score / max score</th>
Expand Down

0 comments on commit 7ada2bd

Please sign in to comment.