diff options
-rw-r--r-- | perllib/Page.pm | 9 | ||||
-rw-r--r-- | web/css.css | 1 | ||||
-rwxr-xr-x | web/questionnaire.cgi | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 738a04b95..f553a1119 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: Page.pm,v 1.53 2007-05-17 10:10:37 matthew Exp $ +# $Id: Page.pm,v 1.54 2007-05-18 20:05:07 matthew Exp $ # package Page; @@ -201,12 +201,15 @@ $params{pre} <div id="map"><div id="drag"> $img_type alt="NW map tile" id="t2.2" name="tile_$tl" src="$tl_src" style="top:0px; left:0px;">$img_type alt="NE map tile" id="t2.3" name="tile_$tr" src="$tr_src" style="top:0px; left:$imgw;"><br>$img_type alt="SW map tile" id="t3.2" name="tile_$bl" src="$bl_src" style="top:$imgh; left:0px;">$img_type alt="SE map tile" id="t3.3" name="tile_$br" src="$br_src" style="top:$imgh; left:$imgw;"> $params{pins} - </div></div> + </div> +EOF + $out .= compass($q, $x, $y); + $out .= <<EOF; + </div> <p id="copyright">© Crown copyright. All rights reserved. Department for Constitutional Affairs 100037819 2007</p> $params{post} EOF - $out .= compass($q, $x, $y); $out .= '</div>'; $out .= '<div id="side">'; return $out; diff --git a/web/css.css b/web/css.css index 77b14b550..c8081837c 100644 --- a/web/css.css +++ b/web/css.css @@ -264,6 +264,7 @@ p#copyright { #compass { background-color: #ffffff; border: solid 1px #000000; + border-width: 0 1px 1px 1px; color: #000000; position: absolute; top: 0px; diff --git a/web/questionnaire.cgi b/web/questionnaire.cgi index 6263e20e5..9d0c91dc9 100755 --- a/web/questionnaire.cgi +++ b/web/questionnaire.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: questionnaire.cgi,v 1.8 2007-05-15 13:43:21 matthew Exp $ +# $Id: questionnaire.cgi,v 1.9 2007-05-18 20:05:06 matthew Exp $ use strict; require 5.8.0; @@ -217,7 +217,7 @@ EOF <p>If you wish to leave a public update on the problem, please enter it here (please note it will not be sent to the council). For example, what was your experience of getting the problem fixed?</p> -<p><textarea name="update" style="width:100%" rows="7" cols="30">$input_h{update}</textarea></p> +<p><textarea name="update" style="width:90%" rows="7" cols="30">$input_h{update}</textarea></p> <div id="another_qn"> <p>Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?</p> |