summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/staff.html11
-rw-r--r--templates/student.html11
2 files changed, 20 insertions, 2 deletions
diff --git a/templates/staff.html b/templates/staff.html
index 3ed6f3e..b356cf4 100644
--- a/templates/staff.html
+++ b/templates/staff.html
@@ -61,10 +61,19 @@
<p><a href="./state/1" class="btn-primary btn">Enable student access</a></p>
{{- end }}
<table class="table-of-courses">
+ <colgroup>
+ <col style="width: 5%;" />
+ <col style="width: 5%;" />
+ <col style="width: 5%;" />
+ <col/>
+ <col style="width: 15%;" />
+ <col style="width: 15%;" />
+ <col style="width: 15%;" />
+ </colgroup>
<thead>
<tr>
<th scope="col">ID</th>
- <th scope="col">Selected</th>
+ <th scope="col">Used</th>
<th scope="col">Max</th>
<th scope="col">Name</th>
<th scope="col">Type</th>
diff --git a/templates/student.html b/templates/student.html
index 3eea9aa..e5e94c4 100644
--- a/templates/student.html
+++ b/templates/student.html
@@ -164,10 +164,19 @@
</div>
<div class="unconfirmed">
<table class="table-of-courses">
+ <colgroup>
+ <col style="width: 5%;" />
+ <col style="width: 5%;" />
+ <col style="width: 5%;" />
+ <col/>
+ <col style="width: 15%;" />
+ <col style="width: 15%;" />
+ <col style="width: 15%;" />
+ </colgroup>
<thead>
<tr>
<th scope="col">Tick</th>
- <th scope="col">Selected</th>
+ <th scope="col">Used</th>
<th scope="col">Max</th>
<th scope="col">Name</th>
<th scope="col">Type</th>