aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/templates/en/submit_password.html2
-rw-r--r--src/templates/en/submit_set_password.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/en/submit_password.html b/src/templates/en/submit_password.html
index efc64c5..c2708da 100644
--- a/src/templates/en/submit_password.html
+++ b/src/templates/en/submit_password.html
@@ -11,7 +11,7 @@
<input data-role="none" type="password" value="" name="password" id="form_password" placeholder="Your password" required>
</div>
</div>
- <div class="bottom-btn">
+ <div class="noborder">
<input data-role="button" data-theme="a" type="submit" id="report" name="report" value="Report">
</div>
</div>
diff --git a/src/templates/en/submit_set_password.html b/src/templates/en/submit_set_password.html
index f265ee6..159b075 100644
--- a/src/templates/en/submit_set_password.html
+++ b/src/templates/en/submit_set_password.html
@@ -11,7 +11,7 @@
<input data-role="none" type="password" value="" name="password" id="form_password" placeholder="Your password" required>
</div>
</div>
- <div class="bottom-btn">
+ <div class="noborder">
<input data-role="button" data-theme="a" type="submit" id="continue" name="report" value="Continue">
</div>
</div>