diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/css.css | 1 | ||||
-rwxr-xr-x | web/questionnaire.cgi | 4 |
2 files changed, 3 insertions, 2 deletions
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> |