diff --git a/less/register.less b/less/register.less index 9c889e3..3fd96df 100644 --- a/less/register.less +++ b/less/register.less @@ -1,11 +1,12 @@ -.register { +.page-register-complete { .tos { background: @body-bg; color: @text-color; - border: 1px solid @input-border; - height: 200px; + max-height: 350px; margin-top: 5px; overflow-y: scroll; padding: 15px; + font-size: 1.25rem; + line-height: 2rem; } } \ No newline at end of file diff --git a/templates/partials/acceptTos.tpl b/templates/partials/acceptTos.tpl new file mode 100644 index 0000000..b64acf8 --- /dev/null +++ b/templates/partials/acceptTos.tpl @@ -0,0 +1,9 @@ +
+ +
{termsOfUse}
+
+ +
+
\ No newline at end of file diff --git a/templates/register.tpl b/templates/register.tpl index b765616..2076bdd 100644 --- a/templates/register.tpl +++ b/templates/register.tpl @@ -65,21 +65,6 @@ - -
- -
-
- [[register:terms_of_use]] -
{termsOfUse}
-
- -
-
-
-
diff --git a/templates/registerComplete.tpl b/templates/registerComplete.tpl index adad2b5..bacc0ec 100644 --- a/templates/registerComplete.tpl +++ b/templates/registerComplete.tpl @@ -5,6 +5,19 @@

[[register:interstitial.intro]]

+ + +
+

+ [[register:interstitial.errors-found]] +

+
    + +
  • @value
  • + +
+
+
@@ -25,6 +38,10 @@
+

+
+ [[register:cancel_registration]] +

\ No newline at end of file