label left
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-01-16 15:09:31 +01:00
parent 047aa1d209
commit 75da99b4da
2 changed files with 3 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="mb-3"> <div class="mb-3">
<label for="auth_role">Role</label> <label for="auth_role">Role:</label>
<select class="custom-select d-block w-100" name="AUTH_ROLE" id="auth_role"> <select class="custom-select d-block w-100" name="AUTH_ROLE" id="auth_role">
<option value="admin">Admin</option> <option value="admin">Admin</option>
</select> </select>

View File

@@ -10,6 +10,8 @@ table {border: 1px solid #049dff; width:100%;}
table th {padding-left: 20px; color: #049dff; width: 25%;} table th {padding-left: 20px; color: #049dff; width: 25%;}
table td {padding-left: 20px; text-align:left; width: 25%;} table td {padding-left: 20px; text-align:left; width: 25%;}
label {text-align: left !important;}
body#scan{ body#scan{
/* background-color: #7E57C2; */ /* background-color: #7E57C2; */
} }