aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-15 14:25:50 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-15 14:25:50 +0100
commitf8b50f252f3e4119749dec357af0b32e68c7364f (patch)
treec8d158a9eb9b94bd8b3975dadc405af0e0824ed2 /ctrack/caf
parentd9ae6a7b9e9e5d399ecea9558f8c2adfb6f01d35 (diff)
tweaks to table
Diffstat (limited to 'ctrack/caf')
-rw-r--r--ctrack/caf/templates/caf/caf_detail.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/ctrack/caf/templates/caf/caf_detail.html b/ctrack/caf/templates/caf/caf_detail.html
index 485fdf0..adda474 100644
--- a/ctrack/caf/templates/caf/caf_detail.html
+++ b/ctrack/caf/templates/caf/caf_detail.html
@@ -6,11 +6,11 @@
{% block content %}
<div class="container mt-3">
- <div class="row">
+ <div class="row justify-content-center">
<div class="col">
<div class="row">
<div class="col-md-12">
- <h4 class="mb-2 p-2 border rounded border-secondary">{{ object }}</h4>
+ <h4 class="mb-2 p-2">{{ object }}</h4>
</div>
</div>
</div>
@@ -60,7 +60,7 @@
<div class="card-body">
<div class="card-title text-muted">CAF Basic Information</div>
<div>
- <table class="table table-responsive">
+ <table class="table">
<tr>
<td><strong>Organisation</strong></td>
<td><a href="{% url 'organisations:detail' organisation.slug %}">{{ organisation }}</a></td>