aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Angell <josh@supercooldesign.co.uk>2012-02-22 16:56:43 +0000
committerJosh Angell <josh@supercooldesign.co.uk>2012-02-22 16:56:43 +0000
commit3b73b22a8c129e2598b11b7c61bd621103fd384e (patch)
treea32d983a5c3882b8d4ccb8542f8c6dc5985eeef9
parente26d62519ecb26e851b3513a76e2c6b1007f2fc2 (diff)
Add button classes
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rw-r--r--templates/web/fixmystreet/around/around_index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet/around/around_index.html b/templates/web/fixmystreet/around/around_index.html
index 53deec871..a465eae63 100644
--- a/templates/web/fixmystreet/around/around_index.html
+++ b/templates/web/fixmystreet/around/around_index.html
@@ -17,7 +17,7 @@
<fieldset>
<label for="pc">[% question %]:</label>
<input type="text" name="pc" value="[% pc | html %]" id="pc" size="10" maxlength="200">
- <input type="submit" value="[% loc('Go') %]" id="submit">
+ <input class="green-btn final-submit" type="submit" value="[% loc('Go') %]" id="submit">
[% IF partial_token %]
<input type="hidden" name="partial" value="[% partial_token.token %]">