From 4849dd07ad32b790d8acbc651320abc2581056cb Mon Sep 17 00:00:00 2001 From: Tim Worrall Date: Wed, 13 Aug 2014 13:11:29 -0400 Subject: [PATCH] VIVO-698: corrected a layout issue --- webapp/web/css/account/account.css | 3 +++ .../templates/freemarker/body/accounts/userAccounts-list.ftl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/webapp/web/css/account/account.css b/webapp/web/css/account/account.css index 5ca34f87a..402521f30 100644 --- a/webapp/web/css/account/account.css +++ b/webapp/web/css/account/account.css @@ -479,4 +479,7 @@ img.loading-relateProfile, img.loading-addProfile, img.loading-profileMyAccoount { padding-left: 10px; +} +span.unlinkedAccount { + padding-left:24px; } \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl index e31644e2d..e6e1bf639 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl @@ -154,7 +154,7 @@ ${account.emailAddress} <#else> - ${account.emailAddress} + ${account.emailAddress} ${account.firstName}