From 2cf8beb96a0ba95aaef1aae35e06fcedbac32cdb Mon Sep 17 00:00:00 2001 From: tworrall Date: Mon, 18 Jul 2011 19:32:45 +0000 Subject: [PATCH] removed inline style and changed two divs to sections --- webapp/web/css/account/account.css | 11 ++++++++--- .../userAccounts-associateProfilePanel.ftl | 19 ++++++++++--------- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/webapp/web/css/account/account.css b/webapp/web/css/account/account.css index e7bea88b8..ade19b680 100644 --- a/webapp/web/css/account/account.css +++ b/webapp/web/css/account/account.css @@ -168,6 +168,7 @@ padding-right: 5px; width:280px; margin-left:10px; line-height:15px; + margin-top:-8px !important; } #associated { float:right; @@ -185,6 +186,10 @@ padding-right: 5px; } #externalAuthIdInUse { color: #f70; + display: none; +} +#alignExternalAuthId { + margin-left:8px; } #associateProfileBackgroundOne { background-color:#fff; @@ -251,6 +256,9 @@ padding-right: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; } +#externalAuthId { + width: 12em; +} /* MISCELLANEOUS ------> */ form.customForm input[name="firstName"], @@ -259,6 +267,3 @@ form.customForm input[name="newPassword"], form.customForm input[name="confirmPassword"] { width: 10em; } -#externalAuthId { - width: 12em; -} \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-associateProfilePanel.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-associateProfilePanel.ftl index a11ee3412..0f8beba2c 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-associateProfilePanel.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-associateProfilePanel.ftl @@ -4,23 +4,24 @@ ${stylesheets.add('', '')} - +
-
+
<#if showAssociation??> - -

Can be used to associate the account with the user's profile via the matching property.

+ This Identifier is already in use. +

Can be used to associate the account with the user's profile via the matching property.

<#else> - + This Identifier is already in use.
+
<#-- If there is an associated profile, show these --> -
+

@@ -30,10 +31,10 @@ ${stylesheets.add('

-
+ <#-- If we haven't selected one, show these instead --> -
+

@@ -52,7 +53,7 @@ ${stylesheets.add(' var associateProfileFieldsData = {