aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-09-10 14:13:49 +0100
committerStruan Donald <struan@exo.org.uk>2013-09-10 14:13:49 +0100
commite51c7fdf5838d1c7ced6f45efb732f00a0d89292 (patch)
treefce7f32bf0fd9b489c4de2c5c7cad288045a989b
parent146c0496e6f193a97be0b10ca53d48708414cc6e (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
-rw-r--r--src/templates/en/submit_password.html2
-rw-r--r--src/templates/en/submit_set_password.html2
-rw-r--r--templates/submit_password.html2
-rw-r--r--templates/submit_set_password.html2
4 files changed, 4 insertions, 4 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>
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>
diff --git a/templates/submit_set_password.html b/templates/submit_set_password.html
index 6c63b40..bcb976c 100644
--- a/templates/submit_set_password.html
+++ b/templates/submit_set_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="continue" name="report" value="[% loc('Continue') %]">
</div>
</div>