VIVO-698: corrected a layout issue
This commit is contained in:
parent
27c62c26cc
commit
4849dd07ad
2 changed files with 4 additions and 1 deletions
|
@ -480,3 +480,6 @@ img.loading-addProfile,
|
||||||
img.loading-profileMyAccoount {
|
img.loading-profileMyAccoount {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
span.unlinkedAccount {
|
||||||
|
padding-left:24px;
|
||||||
|
}
|
|
@ -154,7 +154,7 @@
|
||||||
<a ${disableDeleteAccount} href="${account.editUrl}" title="${strings.click_to_view_account}">${account.emailAddress}</a>
|
<a ${disableDeleteAccount} href="${account.editUrl}" title="${strings.click_to_view_account}">${account.emailAddress}</a>
|
||||||
<!-- when this link is clicked, editAccount is noticed and all other fields are ignored. -->
|
<!-- when this link is clicked, editAccount is noticed and all other fields are ignored. -->
|
||||||
<#else>
|
<#else>
|
||||||
${account.emailAddress}
|
<span class="unlinkedAccount">${account.emailAddress}</span>
|
||||||
</#if>
|
</#if>
|
||||||
</td>
|
</td>
|
||||||
<td>${account.firstName}</td>
|
<td>${account.firstName}</td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue