diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-09-08 13:07:43 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-09-08 13:13:22 +0100 |
commit | b35a27ba34dd96b829284bbd33d22abdb744c35f (patch) | |
tree | 80b2f74414d9b37b8923715d8787f88d682856db /templates/web/default/auth | |
parent | 3423cfe5e16e9130a25238cd76de76ec2bf07c67 (diff) |
Tidy up a bit of CSS.
Diffstat (limited to 'templates/web/default/auth')
-rw-r--r-- | templates/web/default/auth/change_password.html | 6 | ||||
-rw-r--r-- | templates/web/default/auth/general.html | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/templates/web/default/auth/change_password.html b/templates/web/default/auth/change_password.html index be7c14e43..c10560c3e 100644 --- a/templates/web/default/auth/change_password.html +++ b/templates/web/default/auth/change_password.html @@ -7,10 +7,8 @@ [% END %] -<form action="[% c.uri_for('change_password') %]" method="post" name="change_password"> +<form action="[% c.uri_for('change_password') %]" method="post" name="change_password" class="fieldset"> - <div id="fieldset"> - [% IF password_error; errors = { @@ -35,8 +33,6 @@ <input type="submit" value="[% loc('Change Password') %]"> </div> - </div> - </form> diff --git a/templates/web/default/auth/general.html b/templates/web/default/auth/general.html index 234aadf52..6c9d4497a 100644 --- a/templates/web/default/auth/general.html +++ b/templates/web/default/auth/general.html @@ -54,7 +54,7 @@ <p>[% loc('<strong>No</strong>, I do not, let me sign in by email:') %]</p> - <div id="fieldset"> + <div class="fieldset"> <div class="form-field"> <label for="name">[% loc('Your name:') %]</label> <input type="text" name="name" value=""> |