Delete button repositioned

This commit is contained in:
marijo 2026-06-10 05:06:26 +00:00
parent d031ba2a62
commit 46f3020fec
2 changed files with 4 additions and 3 deletions

View file

@ -127,10 +127,8 @@
<label>MonThu hours<input id="normal_day_hours" type="number" step="0.25"></label>
<label>Friday hours<input id="friday_hours" type="number" step="0.25"></label>
<p class="full help-text">Monthly vacation, feriefridage, and FLEX balances are edited directly in the planner table. Clear a value to return to the calculated balance.</p>
<div class="full danger-zone">
<div class="settings-actions full">
<button type="button" id="deleteHiddenEntriesBtn" class="danger">Delete entries outside displayed months</button>
</div>
<div class="actions full">
<button type="submit">Save settings</button>
</div>
</form>