Shrink & center form section titles

This commit is contained in:
jeremystretch
2021-07-22 12:31:50 -04:00
parent 7bfc66e218
commit 84479925bf
13 changed files with 40 additions and 40 deletions

View File

@@ -9,7 +9,7 @@
<form action="." method="post" class="form form-horizontal col-md-10 col-md-offset-1">
{% csrf_token %}
<div class="field-group">
<h4>Password</h4>
<h5 class="text-center">Password</h5>
{% render_field form.old_password %}
{% render_field form.new_password1 %}
{% render_field form.new_password2 %}

View File

@@ -7,7 +7,7 @@
<form method="post" action="" id="preferences-update">
{% csrf_token %}
<div class="field-group mb-3">
<h4>Color Mode</h4>
<h5 class="text-center">Color Mode</h5>
<p class="lead text-muted">Set preferred UI color mode</p>
{% with color_mode=preferences|get_key:'ui.colormode'%}
<div class="form-check form-check-inline">
@@ -29,7 +29,7 @@
</div>
{% if preferences %}
<div class="field-group mb-3">
<h4>Other Preferences</h4>
<h5 class="text-center">Other Preferences</h5>
<table class="table table-striped">
<thead>
<tr>