diff options
author | Struan Donald <struan@exo.org.uk> | 2013-09-10 14:13:49 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-09-10 14:13:49 +0100 |
commit | e51c7fdf5838d1c7ced6f45efb732f00a0d89292 (patch) | |
tree | fce7f32bf0fd9b489c4de2c5c7cad288045a989b /src | |
parent | 146c0496e6f193a97be0b10ca53d48708414cc6e (diff) |
move action buttons on submit password screen below field
Again, this is to make sure the button is visible when the keyboard is
on the screen. This is at the cost of button placement consistency but
it's probably more obvious of the user.
Related to #120
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/en/submit_password.html | 2 | ||||
-rw-r--r-- | src/templates/en/submit_set_password.html | 2 |
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> |