]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/people/passwd.html
CSS: Replace btn-block with buttons wrapped in d-grid
[ipfire.org.git] / src / templates / people / passwd.html
index 405dad37fa11a06e87e528e6bdfda551e358fd20..aadc69f75896c3e9a867e36f9072ca11a516ecf9 100644 (file)
@@ -10,8 +10,8 @@
                        <form method="POST" action="">
                                {% raw xsrf_form_html() %}
 
-                               <div class="form-group">
-                                       <label>{{ _("Current Password") }}</label>
+                               <div class="mb-3">
+                                       <label class="form-label">{{ _("Current Password") }}</label>
 
                                        <input type="password" class="form-control" name="password"
                                                placeholder="{{ _("Current Password") }}">
@@ -19,7 +19,9 @@
 
                                {% module Password(account) %}
 
-                               <input class="btn btn-primary btn-block" type="submit" value="{{ _("Change Password") }}">
+                               <div class="d-grid">
+                                       <input class="btn btn-primary" type="submit" value="{{ _("Change Password") }}">
+                               </div>
                        </form>
                </div>
        </div>