Skip to content

Commit 2e027f9

Browse files
committed
move all-day to right bottom row-end
1 parent 3f88f17 commit 2e027f9

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

app/templates/partials/calendar/event/edit_event_details_tab.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@
5858
<textarea id="say" name="description" placeholder="Description"></textarea>
5959
</div>
6060

61-
<div class="form_row">
62-
<label for="event_type">All-day:</label>
63-
<select id="event_type" name="event_type" required>
64-
<option value="on">Yes</option>
65-
<option value="off" selected>No</option>
66-
</select>
67-
</div>
68-
6961
<div class="form_row">
7062
<div class="form_row_start">
7163
<label for="color">Color:</label>
@@ -77,6 +69,12 @@
7769
</div>
7870

7971
<div class="form_row_end">
72+
<label for="event_type">All-day:</label>
73+
<select id="event_type" name="event_type" required>
74+
<option value="on">Yes</option>
75+
<option value="off" selected>No</option>
76+
</select>
77+
8078
<label for="availability">Availability:</label>
8179
<select id="availability" name="availability">
8280
<option value="free">Free</option>

0 commit comments

Comments
 (0)