mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-04 00:31:50 +02:00
Small UI fixes
This commit is contained in:
parent
283de11c85
commit
7ecc347cc4
2 changed files with 7 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue