Minor design update
This commit is contained in:
parent
ac7946092d
commit
2ac925d8c7
@ -51,13 +51,11 @@
|
|||||||
|
|
||||||
{% if exams %}
|
{% if exams %}
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
<div class="header-title-xl">{% trans "Previous exam papers" %}</div>
|
<div class="header-title-xl">{% trans "Previous exam papers" %}</div>
|
||||||
<p class="lead text-muted">
|
<p class="lead fw-bold">
|
||||||
{% trans "Below are the results of exams that you have sat." %}
|
{% trans "Below are the results of exams that you have sat." %}
|
||||||
</p>
|
</p>
|
||||||
<div class="info-text bg-danger mb-2">{% trans 'Total complete exams:' %} {{ exams_counter }}</div>
|
<div class="text-light bg-secondary mb-2 p-1">{% trans 'Total complete exams:' %} {{ exams_counter }}</div>
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-bordered table-striped">
|
<table class="table table-bordered table-striped">
|
||||||
|
|
||||||
|
|||||||
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
{% if sitting_list %}
|
{% if sitting_list %}
|
||||||
|
|
||||||
<div class="info-text bg-danger my-2">{% trans 'Total complete exams:' %} {{ sitting_list.count }}</div>
|
<div class="text-light bg-secondary p-1 my-2">{% trans 'Total complete exams' %}: {{ sitting_list.count }}</div>
|
||||||
|
|
||||||
<table class="table table-bordered table-striped">
|
<table class="table table-bordered table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user