mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-27 19:27:33 +02:00
Shrink & center form section titles
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user