Small UI fixes

This commit is contained in:
Pinga 2023-12-18 21:09:29 +02:00
parent 283de11c85
commit 7ecc347cc4
2 changed files with 7 additions and 3 deletions

View file

@ -239,6 +239,7 @@
<div class="mb-3">
<label for="promotionStart" class="form-label required">Promotion Start Date</label>
<input type="datetime-local" class="form-control" placeholder="e.g., 01/01/2023" id="promotionStart" name="promotionStart" required>
<small class="form-text text-muted"><strong>Please Note:</strong> All times displayed are in <strong>Coordinated Universal Time (UTC)</strong></small>
</div>
</div>
<div class="col-sm-6 col-md-6">
@ -344,6 +345,7 @@
<div class="mb-3">
<label for="phaseStart" class="form-label required">Phase Start Date</label>
<input type="datetime-local" class="form-control" placeholder="e.g., 01/01/2023" id="phaseStart" name="phaseStart" required>
<small class="form-text text-muted"><strong>Please Note:</strong> All times displayed are in <strong>Coordinated Universal Time (UTC)</strong></small>
</div>
</div>
<div class="col-sm-6 col-md-6">