diff options
Diffstat (limited to 'templates/submit_password.html')
-rw-r--r-- | templates/submit_password.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/submit_password.html b/templates/submit_password.html index 11565b1..3251329 100644 --- a/templates/submit_password.html +++ b/templates/submit_password.html @@ -11,7 +11,7 @@ <input data-role="none" type="password" value="" name="password" id="form_password" placeholder="[% loc('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="[% loc('Report') %]"> </div> </div> |