From 1415323fde9f450f83656b6fa5e4eee5b3866b6a Mon Sep 17 00:00:00 2001 From: manolobevia Date: Mon, 13 Jun 2011 18:12:18 +0000 Subject: [PATCH] NIHVIVO-2280: Styled 'create new password' page for new user accounts. --- webapp/web/css/edit.css | 1 + .../accounts/userAccounts-createPassword.ftl | 29 +++++++++---------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/webapp/web/css/edit.css b/webapp/web/css/edit.css index ad2099f6f..7ae7dd1d4 100644 --- a/webapp/web/css/edit.css +++ b/webapp/web/css/edit.css @@ -359,4 +359,5 @@ div.sparqlform .parenthetical { .note { font-size: .8em; line-height: 1.3em; + color: #7f8993; } \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-createPassword.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-createPassword.ftl index 2b75cff0c..9c1f93f5c 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-createPassword.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-createPassword.ftl @@ -3,7 +3,6 @@ <#-- Template for adding a user account -->

Create your Password

- <#if errorPasswordIsEmpty??> <#assign errorMessage = "No password supplied." /> @@ -24,26 +23,24 @@
-
- Please enter your new password for ${userAccount.emailAddress} +

Please enter your new password for ${userAccount.emailAddress}

-
- - + + + + + + - - - -

Minimum of ${minimumLength} characters in length.

+

Minimum of ${minimumLength} characters in length.

- - + + - +

-

* required fields

-
-
+

* required fields

+
${stylesheets.add('')} \ No newline at end of file