aboutsummaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-02-27 08:14:49 +0000
committerChristopher Baines <mail@cbaines.net>2021-02-27 08:43:13 +0000
commit5e95462b2840d6e495c3bd1c141224912667843b (patch)
tree8c0700bc9fa5cd88e4b15d510b40b4367dbf5947 /htdocs
parenta51e7cfd95e24d6757a146e9c8e8f3aec44b226c (diff)
downloadpatchwork-5e95462b2840d6e495c3bd1c141224912667843b.tar
patchwork-5e95462b2840d6e495c3bd1c141224912667843b.tar.gz
templates: Use form.as_table in registration template.
This should make changes to the registration form easier. I'm particularly thinking about adding in the Django simple math captcha.
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index 243caa0..e417c69 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -398,10 +398,10 @@ table.form th {
padding-top: 0.6em;
}
-table.form td.form-help {
+span.helptext {
font-size: smaller;
padding-bottom: 1em;
- padding-top: 0em;
+ padding-top: 1em;
}
table.form tr td.submitrow {