aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-07-04 11:16:43 +0100
committerStruan Donald <struan@exo.org.uk>2013-07-04 11:16:43 +0100
commita062729fabfea16006120aadae6ed06efaed3e9b (patch)
tree33437779b317fd22d36f835bebd9722985a1550f
parent2b03a43266d70bd17eab8133955bd000c9aed3c7 (diff)
remove excess white spae from name confirmation screen
-rw-r--r--www/css/fms.css2
-rw-r--r--www/templates/en/submit_name.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/www/css/fms.css b/www/css/fms.css
index 23f8915..ddf1460 100644
--- a/www/css/fms.css
+++ b/www/css/fms.css
@@ -186,6 +186,7 @@
}
#drafts h2,
+ div[data-role='content'] p.top,
div[data-role='content'] h2 {
margin-top: 0px;
}
@@ -440,6 +441,7 @@
#errors {
display: none;
+ margin-bottom: 1em;
}
#errors ul {
diff --git a/www/templates/en/submit_name.html b/www/templates/en/submit_name.html
index 50a0a10..4f0ce5a 100644
--- a/www/templates/en/submit_name.html
+++ b/www/templates/en/submit_name.html
@@ -4,7 +4,7 @@
<div data-role="content">
<div id="errors"></div>
- <p>
+ <p class="top">
<% if ( nopassword ) { %>
No problem - we don't like faffing with passwords either.
<% } %>