|
|
|
@ -25,8 +25,7 @@
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="me-1 min-w-max-c">
|
|
|
|
|
<div class="form-check-inline custom-option custom-option-basic me-1"
|
|
|
|
|
style="background-color: #d9dee3;border:black solid 1px">
|
|
|
|
|
<div class="form-check-inline custom-option custom-option-basic me-1 border-default bg-top-checkbox">
|
|
|
|
|
<label for="securityMode--top" class="form-check-label custom-option-content d-flex justify-content-center">
|
|
|
|
|
<input type="checkbox" id="securityMode--top" name="securityMode"
|
|
|
|
|
class="form-check-input me-1 align-self-center" value="Y" />
|
|
|
|
@ -35,8 +34,7 @@
|
|
|
|
|
</span>
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-check-inline custom-option custom-option-basic me-1"
|
|
|
|
|
style="background-color: #d9dee3;border:black solid 1px">
|
|
|
|
|
<div class="form-check-inline custom-option custom-option-basic me-1 border-default bg-top-checkbox">
|
|
|
|
|
<label for="photoMask--top" class="form-check-label custom-option-content d-flex justify-content-center">
|
|
|
|
|
<input type="checkbox" id="photoMask--top" name="photoMask"
|
|
|
|
|
class="form-check-input me-1 align-self-center" value="Y" checked />
|
|
|
|
@ -83,9 +81,9 @@
|
|
|
|
|
<div class="avatar d-flex">
|
|
|
|
|
<img src="<c:url value="/resources/img/user-circle-solid-24.svg"/>" alt
|
|
|
|
|
class="w-px-40 h-auto rounded-circle" />
|
|
|
|
|
<div class="d-flex" style="flex-flow:column">
|
|
|
|
|
<span class="fw-semibold" style="color:black">${currentUser.name}</span>
|
|
|
|
|
<small style="color:black">${currentUser.account}</small>
|
|
|
|
|
<div class="d-flex flex-column">
|
|
|
|
|
<span class="fw-semibold text-black">${currentUser.name}</span>
|
|
|
|
|
<small class="text-black">${currentUser.account}</small>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
@ -130,7 +128,7 @@
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<div id="taskSeCd--Top" class="d-flex align-items-center" style="flex-flow:column">
|
|
|
|
|
<div id="taskSeCd--Top" class="d-flex flex-column align-items-center">
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|