We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8bd6a commit 2604b23Copy full SHA for 2604b23
ui/src/main/webapp/picsureui/requestSearch/alertUploadTime.hbs
@@ -6,17 +6,14 @@
6
</div>
7
8
<div class="row">
9
- <section id="buttons" class="row">
10
- <div class="col-md-3"></div>
11
- <div class="col-md-6">
12
- <button
+ <section id="buttons" style="display: flex; flex-direction: column; align-items: center;">
+ <button
13
id="upload-data-alert-ok-btn" class="btn btn-outline tabable"
14
tabindex="1" type="button" style="width: 100px;"
15
- >
16
- Ok, Got it!
17
- </button>
18
- </div>
19
- <div class="col-md-12">
+ >
+ Ok, Got it!
+ </button>
+ <div>
20
<input type="checkbox" id="upload-data-alert-no-remind">
21
<label for="upload-data-alert-no-remind">Don't show this again.</label>
22
0 commit comments