diff options
author | Struan Donald <struan@exo.org.uk> | 2013-09-10 14:04:55 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-09-10 14:04:55 +0100 |
commit | 146c0496e6f193a97be0b10ca53d48708414cc6e (patch) | |
tree | 59988d84a39fac97b688049feee9ef5dfc2bbe74 /src | |
parent | b37a61fd858d0cd858bdeedd22dd10155a1d23ab (diff) |
Place account login button directly under fields
This avoid the big gap in the screen and also means that the button is
visible when the keyboard is on the screen.
Fixes #120
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/en/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/en/login.html b/src/templates/en/login.html index 72e131f..13944e8 100644 --- a/src/templates/en/login.html +++ b/src/templates/en/login.html @@ -26,7 +26,7 @@ <div> <input data-role="none" type="password" value="" name="password" id="form_password" placeholder="Your password" required> </div> - <div class="bottom-btn"> + <div class="noborder"> <input type="submit" id="login" name="login" value="Login" data-theme="a"> </div> </form> |