Tidy admin user form layout

This commit is contained in:
rajchales-monito
2026-07-30 07:36:42 +02:00
parent 16e44c5f79
commit 9549876b54
2 changed files with 25 additions and 14 deletions
+4 -4
View File
@@ -200,16 +200,16 @@
<fieldset class="effect-settings admin-users-settings">
<legend>BO uzivatele</legend>
<form id="adminUserForm" class="admin-user-form">
<label>Login
<label><span>Login</span>
<input name="username" autocomplete="off" placeholder="petr" required>
</label>
<label>Jmeno
<label><span>Jmeno</span>
<input name="displayName" autocomplete="off" placeholder="Petr">
</label>
<label>Nick v chatu
<label><span>Nick v chatu</span>
<input name="chatNick" autocomplete="off" placeholder="Petr">
</label>
<label>Heslo
<label><span>Heslo</span>
<input name="password" type="password" autocomplete="new-password" placeholder="min. 8 znaku" required>
</label>
<button type="submit">Pridat uzivatele</button>