diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-09-08 21:34:29 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-09-08 21:34:29 +0100 |
commit | 63e03938cbc9401eccf36bdce8f312f171559c80 (patch) | |
tree | c9f4338d2bbb87911c2c958d79864ca5047439da | |
parent | 948c591f80f6d79d8442da309f5173357d116ceb (diff) |
Couple of tiny tweaks.
-rw-r--r-- | templates/web/default/report/new/fill_in_details_form.html | 7 | ||||
-rw-r--r-- | web/css/core.scss | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/templates/web/default/report/new/fill_in_details_form.html b/templates/web/default/report/new/fill_in_details_form.html index 395007782..633dc0b11 100644 --- a/templates/web/default/report/new/fill_in_details_form.html +++ b/templates/web/default/report/new/fill_in_details_form.html @@ -137,6 +137,8 @@ <input type="password" name="password_sign_in" id="password_sign_in" value="" size="25"> </p> + <div class="fieldset"> + <p> <input type="checkbox" id="remember_me" name="remember_me" value='1'[% ' checked' IF remember_me %]> <label class="n" for="remember_me"> @@ -148,6 +150,8 @@ <input type="submit" name="submit_sign_in" value="[% loc('Submit') %]"> </p> + </div> + </div> <div id="form_sign_in_no"> @@ -161,7 +165,6 @@ <label for="password_register">[% loc('Enter a new password:') %]</label> <input type="password" name="password_register" id="password_register" value="" size="25"> </div> - </div> <p style="clear:both"><small>[% loc('Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports.') %]</small></p> @@ -169,6 +172,8 @@ <input type="submit" name="submit_register" value="[% loc('Submit') %]"> </p> + </div> + </div> </div> diff --git a/web/css/core.scss b/web/css/core.scss index 9a4fb5a0d..ca8dcef27 100644 --- a/web/css/core.scss +++ b/web/css/core.scss @@ -88,6 +88,7 @@ $map_width: 500px; label { float: none; padding-right: 0; + margin-top: 0; } #submit { |