Skip to content

Commit 2604b23

Browse files
author
Luke Sikina
committed
fix11
1 parent cf8bd6a commit 2604b23

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

ui/src/main/webapp/picsureui/requestSearch/alertUploadTime.hbs

+6-9
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@
66
</div>
77
</div>
88
<div class="row">
9-
<section id="buttons" class="row">
10-
<div class="col-md-3"></div>
11-
<div class="col-md-6">
12-
<button
9+
<section id="buttons" style="display: flex; flex-direction: column; align-items: center;">
10+
<button
1311
id="upload-data-alert-ok-btn" class="btn btn-outline tabable"
1412
tabindex="1" type="button" style="width: 100px;"
15-
>
16-
Ok, Got it!
17-
</button>
18-
</div>
19-
<div class="col-md-12">
13+
>
14+
Ok, Got it!
15+
</button>
16+
<div>
2017
<input type="checkbox" id="upload-data-alert-no-remind">
2118
<label for="upload-data-alert-no-remind">Don't show this again.</label>
2219
</div>

0 commit comments

Comments
 (0)