Bootstrap 5.3.x fixes
This commit is contained in:
parent
3ad7dd2261
commit
fabe1eff51
@ -27,7 +27,7 @@
|
||||
<div class="mb-3">
|
||||
<label class="form-label" wicket:for="periods">Period</label>
|
||||
<select class="form-select" wicket:id="periods"></select>
|
||||
<small class="text-muted">Select the period you want to manage targets for.</small>
|
||||
<small class="text-body-secondary">Select the period you want to manage targets for.</small>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label" wicket:for="units">Unit</label>
|
||||
@ -40,7 +40,7 @@
|
||||
<option>SAS</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
<small class="form-text text-muted">Only show reviewers on the selected unit</small>
|
||||
<small class="form-text text-body-secondary">Only show reviewers on the selected unit</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-xl-8" wicket:id="reviewers_container">
|
||||
@ -74,16 +74,16 @@
|
||||
<div class="col-sm-6 mb-3">
|
||||
<label class="form-label" wicket:for="springTarget">Spring</label>
|
||||
<input type="number" class="form-control form-control-sm" min="0" wicket:id="springTarget">
|
||||
<small class="text-muted"><span wicket:id="springHours"></span> hours</small>
|
||||
<small class="text-body-secondary"><span wicket:id="springHours"></span> hours</small>
|
||||
<br>
|
||||
<small class="text-muted">Remaining targets: <span wicket:id="remainingSpring">-3</span></small>
|
||||
<small class="text-body-secondary">Remaining targets: <span wicket:id="remainingSpring">-3</span></small>
|
||||
</div>
|
||||
<div class="col-sm-6 mb-3">
|
||||
<label class="form-label" wicket:for="autumnTarget">Autumn</label>
|
||||
<input type="number" class="form-control form-control-sm" min="0" wicket:id="autumnTarget">
|
||||
<small class="text-muted"><span wicket:id="autumnHours"></span> hours</small>
|
||||
<small class="text-body-secondary"><span wicket:id="autumnHours"></span> hours</small>
|
||||
<br>
|
||||
<small class="text-muted">Remaining targets: <span wicket:id="remainingAutumn">-3</span></small>
|
||||
<small class="text-body-secondary">Remaining targets: <span wicket:id="remainingAutumn">-3</span></small>
|
||||
</div>
|
||||
<div class="col mb-3">
|
||||
<label class="form-label" wicket:for="note">Note</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user