diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-03-11 18:52:37 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-03-11 18:52:37 +0000 |
commit | 164fbf2228f8d702fb766fc17e95f8db26f498bd (patch) | |
tree | 1d69b98ad607fa8705ee55a42e16c926eedb277e /templates | |
parent | 37530e35de50211300c8b020eb4103ef2fb88873 (diff) |
Some more bullet removal for Zurich.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/default/admin/user-form.html | 2 | ||||
-rw-r--r-- | templates/web/zurich/admin/report_edit.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/admin/user-form.html b/templates/web/default/admin/user-form.html index eec54d447..9c60ec940 100644 --- a/templates/web/default/admin/user-form.html +++ b/templates/web/default/admin/user-form.html @@ -1,7 +1,7 @@ <form method="post" action="[% c.uri_for( 'user_edit', user.id ) %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8"> <input type="hidden" name="token" value="[% token %]" > <input type="hidden" name="submit" value="1" > - <ul> + <ul class="no-bullets"> <li>[% loc('Name:') %] <input type='text' name='name' id='name' value='[% user.name | html %]'></li> <li>[% loc('Email:') %] <input type='text' id='email' name='email' value='[% user.email | html %]'></li> <li>[% loc('Body:') %] <select id='body' name='body'> diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html index 1d3d689da..963917bc1 100644 --- a/templates/web/zurich/admin/report_edit.html +++ b/templates/web/zurich/admin/report_edit.html @@ -150,7 +150,7 @@ $(function(){ [% ELSIF problem.state == 'planned' %] -<ul> +<ul class="no-bullets"> <li class="assignation"> <label for="body_subdivision">[% loc('Assign to subdivision:') %]</label> <select name="body_subdivision" id="body_subdivision"> |