NIHVIVO-2280: Created account.css in VITRO, and moved some wilma specific styles to VIVO. Tweaked styles in general for all account templates and rganized images related to account management.
This commit is contained in:
parent
97ed0f39fd
commit
179d2b80d4
10 changed files with 163 additions and 5 deletions
|
@ -33,9 +33,7 @@
|
|||
|
||||
<section id="first-time-login" role="region">
|
||||
<fieldset>
|
||||
<p class="note">
|
||||
Please provide your contact information to finish creating your account.
|
||||
</p>
|
||||
<p>Please provide your contact information to finish creating your account.</p>
|
||||
|
||||
<form method="POST" action="${formUrls.firstTimeExternal}" class="customForm" role="my account">
|
||||
<input type="hidden" name="externalAuthId" value="${externalAuthId}" role="input" />
|
||||
|
@ -62,4 +60,5 @@
|
|||
</fieldset>
|
||||
</section>
|
||||
|
||||
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/account/account.css" />')}
|
||||
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/edit/forms/css/customForm.css" />')}
|
Loading…
Add table
Add a link
Reference in a new issue