diff options
-rw-r--r-- | www/css/fms.css | 2 | ||||
-rw-r--r-- | www/templates/en/submit_name.html | 2 |
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. <% } %> |