aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/css/core.css2
-rwxr-xr-xweb/index.cgi4
2 files changed, 3 insertions, 3 deletions
diff --git a/web/css/core.css b/web/css/core.css
index 078b4bfc8..5eabc3d14 100644
--- a/web/css/core.css
+++ b/web/css/core.css
@@ -142,7 +142,7 @@ fieldset div, #fieldset div {
margin-top: 2px;
clear: left;
}
-#fieldset div.checkbox {
+#fieldset div.checkbox, #problem_submit {
padding-left: 5.5em;
}
#fieldset div.checkbox label, label.n {
diff --git a/web/index.cgi b/web/index.cgi
index 2876c23e5..279d0784d 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.223 2008-11-10 10:31:51 matthew Exp $
+# $Id: index.cgi,v 1.224 2008-11-10 11:17:43 matthew Exp $
use strict;
use Standard;
@@ -682,7 +682,7 @@ directly using their own website.
EOF
}
$out .= <<EOF;
-<p><input type="submit" name="submit_problem" value="Submit"></p>
+<p id="problem_submit"><input type="submit" name="submit_problem" value="Submit"></p>
</div>
</div>
EOF
n value='hotfix/0.21.0.28'>hotfix/0.21.0.28 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/general/blog.rhtml
blob: 5258e9bbd29d336dac3932a62c8e0dd559014159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44