admin parametres: hr separator between current/new password, drop new-password top border

This commit is contained in:
Pontoporeia
2026-08-24 11:35:22 +02:00
parent 138b59f66c
commit c205a00c3f
2 changed files with 9 additions and 1 deletions
+7
View File
@@ -1369,6 +1369,13 @@ th.admin-ap-col {
border-top: none; border-top: none;
} }
/* Separator between the current and new password inputs */
.param-form .param-password-separator {
border: 0;
border-top: 1px solid var(--border-primary);
margin: 0;
}
.param-form fieldset { .param-form fieldset {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
+2 -1
View File
@@ -173,9 +173,10 @@
<input type="password" id="current_password" <input type="password" id="current_password"
name="current_password" required autocomplete="current-password"> name="current_password" required autocomplete="current-password">
</div> </div>
<hr class="param-password-separator">
<?php endif; ?> <?php endif; ?>
<div> <div class="param-form-row--flush">
<label for="new_password">Nouveau mot de passe</label> <label for="new_password">Nouveau mot de passe</label>
<input type="password" id="new_password" <input type="password" id="new_password"
name="new_password" required autocomplete="new-password" name="new_password" required autocomplete="new-password"