diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-09-11 15:07:01 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-09-17 11:13:34 +0100 |
commit | 7dad4736b0550cf53439d87591e4c79dce85ca0f (patch) | |
tree | df31382902cb52d8294453bcc1d3a4837f1dddd7 | |
parent | 6b374164d79d5fd9f969ce0d9a28860f72e7afaf (diff) |
Improve alert form box padding.
-rw-r--r-- | templates/web/base/alert/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/alert/index.html b/templates/web/base/alert/index.html index 314008846..d0aab1a86 100644 --- a/templates/web/base/alert/index.html +++ b/templates/web/base/alert/index.html @@ -27,7 +27,7 @@ To find out what local alerts we have for you, please enter your [% c.cobrand.co [% loc('To find out what local alerts we have for you, please enter your postcode or street name and area' ) %] [% END %] </p> -<form method="get" action="/alert/list" class="full-width"> +<form method="get" action="/alert/list" class="form-box"> <fieldset> <div class="form-txt-submit-box"> <input type="text" name="pc" value="[% pc | html %]" placeholder="[% tprintf(loc('e.g. ā%sā or ā%sā'), c.cobrand.example_places) %]"> |