merging 9961 to trunk

This commit is contained in:
tworrall 2012-07-10 14:51:08 +00:00
parent a3817292a5
commit 018678463d
2 changed files with 8 additions and 8 deletions

View file

@ -172,7 +172,7 @@ padding-right: 5px;
}
#associated {
float:right;
display:none;
display:none;
}
#associated label {
margin-bottom: 10px;
@ -224,10 +224,10 @@ padding-right: 5px;
}
#associateProfileBackgroundThree {
background-color:#f1f2ee;
padding:7px 94px 26px 12px;
padding:7px 94px 26px 12px;
margin-top:-129px;
margin-left:-12px;
margin-right:-8px;
margin-right:-8px;
z-index:-100;
border:1px solid #ccc;
border-left:none;
@ -238,11 +238,11 @@ padding-right: 5px;
}
#associateProfileBackgroundFour {
background-color:#f1f2ee;
padding:0 94px 26px 12px;
margin-top:-8px;
padding:0 94px 26px 13px;
margin-top:-3px;
margin-left:-12px;
margin-right:-8px;
z-index:-100;
z-index:-100;
border:1px solid #ccc;
border-top:none;
border-bottom-left-radius: 5px;

View file

@ -148,7 +148,7 @@
<tr>
<td>
<#if account.deletable>
<input type="checkbox" name="deleteAccount" value="${account.uri}" />
<input type="checkbox" name="deleteAccount" value="${account.uri}" title="select this account to delete it"/>
<#assign disableDeleteAccount = '' />
<!-- ignored unless submit action is formUrls.delete -->
<#else>
@ -156,7 +156,7 @@
</#if>
<#if account.editUrl != "">
<a ${disableDeleteAccount} href="${account.editUrl}" title="disable account">${account.emailAddress}</a>
<a ${disableDeleteAccount} href="${account.editUrl}" title="click to view account details">${account.emailAddress}</a>
<!-- when this link is clicked, editAccount is noticed and all other fields are ignored. -->
<#else>
${account.emailAddress}