aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/css/core.css6
-rwxr-xr-xweb/index.cgi13
2 files changed, 11 insertions, 8 deletions
diff --git a/web/css/core.css b/web/css/core.css
index 5eabc3d14..fca803985 100644
--- a/web/css/core.css
+++ b/web/css/core.css
@@ -236,10 +236,13 @@ p#copyright {
#text_map {
margin-top: 0.5em;
- margin-bottom: 0.5em;
+ margin-bottom: 1em;
+ font-size: 110%;
}
#text_no_map {
margin-top: 0;
+ /* background-color: #ffeecc;
+ padding: 4px; */
}
/* Problem pages */
@@ -280,6 +283,7 @@ p#copyright {
border: solid 1px #ff9900;
border-width: 1px 0;
padding: 3px 10px;
+ /* padding: 0 3px; */
margin: 0;
}
#rss_alert {
diff --git a/web/index.cgi b/web/index.cgi
index 279d0784d..109b3389e 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -6,7 +6,7 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: index.cgi,v 1.224 2008-11-10 11:17:43 matthew Exp $
+# $Id: index.cgi,v 1.225 2008-11-10 13:10:56 matthew Exp $
use strict;
use Standard;
@@ -760,12 +760,11 @@ EOF
$out .= '<ul id="error"><li>' . join('</li><li>', @errors) . '</li></ul>';
}
my $skipurl = NewURL($q, -retain=>1, 'submit_map'=>1, skipped=>1);
- $out .= $q->p({-id=>'text_map'}, _('To report a problem, simply <strong>click on the map</strong> at the correct location.'));
- $out .= $q->p({-id=>'text_no_map'}, sprintf(_("<small>If you cannot see a map &ndash; if you have images turned off,
-or are using a text only browser, for example &ndash; and you
-wish to report a problem, please
-<a href='%s'>skip this step</a> and we will ask you
-to describe the location of the problem instead.</small>"), $skipurl));
+ #$out .= $q->h1('Report a problem');
+ $out .= $q->p({-id=>'text_map'}, _('To report a problem, simply
+ <strong>click on the map</strong> at the correct location.'),
+ sprintf(_("<small>If you cannot see the map, <a href='%s'>skip this
+ step</a>.</small>"), $skipurl));
$out .= '<div id="nearby_lists">' . $q->h2(_('Reports on and around the map'));
my $list = '';
foreach (@$on_map) {