diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-03-01 16:04:46 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-03-01 16:04:46 +0000 |
commit | ba096972c26e00dfa9f888cd6d49cc0255027195 (patch) | |
tree | 0ed5835481cf76aa25d3e4657a3d729ff5979bec | |
parent | 268da99e06dfecf466eda733b9b3094aa6186787 (diff) | |
parent | be80850df588e2d69bc2cde5e70464557230bce2 (diff) |
Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into supercool
-rw-r--r-- | templates/web/fixmystreet/alert/index.html | 2 | ||||
-rw-r--r-- | templates/web/fixmystreet/index.html | 2 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/templates/web/fixmystreet/alert/index.html b/templates/web/fixmystreet/alert/index.html index c7bcf248d..21ea076d8 100644 --- a/templates/web/fixmystreet/alert/index.html +++ b/templates/web/fixmystreet/alert/index.html @@ -21,7 +21,7 @@ within a certain distance of a particular location.') %] <form method="get" action="/alert/list" class="full-width"> <fieldset> <div class="form-txt-submit-box"> - <input type="text" name="pc" value="[% pc | html %]" placeholder="[% loc('e.g. ‘B1’ or ‘Hockley Birmingham’') %]"> + <input type="text" name="pc" value="[% pc | html %]" placeholder="[% loc('e.g. ‘B2 4QA’ or ‘Tib St, Manchester’') %]"> <input class="green-btn" type="submit" value="[% loc('Go') %]"> </div> </fieldset> diff --git a/templates/web/fixmystreet/index.html b/templates/web/fixmystreet/index.html index 5ffe52c6f..d393eeac6 100644 --- a/templates/web/fixmystreet/index.html +++ b/templates/web/fixmystreet/index.html @@ -38,7 +38,7 @@ Modernizr.load({ <form action="[% c.uri_for('/around') %]" method="get" name="postcodeForm" id="postcodeForm"> <label for="pc">[% question %]:</label> <div> - <input type="text" name="pc" value="" id="pc" size="10" maxlength="200" placeholder="[% loc('e.g. ‘B1’ or ‘Hockley Birmingham’') %]"> + <input type="text" name="pc" value="" id="pc" size="10" maxlength="200" placeholder="[% loc('e.g. ‘B2 4QA’ or ‘Tib St, Manchester’') %]"> <input type="submit" value="[% loc('Go') %]" id="submit"> </div> </form> diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index 39ab7b2b4..c8422ac31 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -89,6 +89,9 @@ $(function(){ height: 'auto', margin: 0 }); + $('#side-form').css({ + paddingTop: $(window).height() + }); $('.big-green-banner') .addClass('mobile-map-banner') .removeClass('.big-green-banner') |