merging branch updates for NIHVIVO-2992 and NIHVIVO-2995

This commit is contained in:
tworrall 2011-07-20 19:21:48 +00:00
parent c1d5f4aac3
commit 885e8f83de
3 changed files with 16 additions and 20 deletions

View file

@ -193,11 +193,11 @@ padding-right: 5px;
}
#associateProfileBackgroundOne {
background-color:#fff;
padding:5px 0 5px 0;
padding:7px 0 5px 0;
margin-left:-8px;
margin-right:-8px;
padding-top:7px;
width:100%;
width:500px;
z-index:10;
border:none;
border-right:none;
border-bottom-left-radius: 5px;
@ -209,11 +209,10 @@ padding-right: 5px;
}
#associateProfileBackgroundTwo {
background-color:#f1f2ee;
padding-top:7px;
padding-bottom:42px;
padding-right:94px;
padding:7px 94px 42px 0;
margin-top:-112px;
margin-right:-8px;
z-index:-100;
border:1px solid #ccc;
border-left:none;
border-top-right-radius: 5px;
@ -225,13 +224,11 @@ padding-right: 5px;
}
#associateProfileBackgroundThree {
background-color:#f1f2ee;
padding-left:12px;
padding-top:7px;
padding-bottom:26px;
padding-right:94px;
padding:7px 94px 26px 12px;
margin-top:-112px;
margin-left:-12px;
margin-right:-8px;
z-index:-100;
border:1px solid #ccc;
border-left:none;
border-bottom:none;
@ -241,12 +238,11 @@ padding-right: 5px;
}
#associateProfileBackgroundFour {
background-color:#f1f2ee;
padding-left:12px;
padding-bottom:26px;
padding-right:94px;
padding:0 94px 26px 12px;
margin-top:-8px;
margin-left:-12px;
margin-right:-8px;
z-index:-100;
border:1px solid #ccc;
border-top:none;
border-bottom-left-radius: 5px;

View file

@ -64,7 +64,7 @@
<#include "userAccounts-associateProfilePanel.ftl">
<p><input id="externalAuthChkBox" type="checkbox" name="externalAuthOnly" <#if externalAuthOnly?? >checked</#if> /><span>Externally Authenticated Only</span></p>
<p><input id="externalAuthChkBox" type="checkbox" name="externalAuthOnly" <#if externalAuthOnly?? >checked</#if> />Externally Authenticated Only</p>
<p>Roles<span class="requiredHint"> *</span></p>
<#list roles as role>
<input type="radio" name="role" value="${role.uri}" role="radio" <#if selectedRole = role.uri>checked</#if> />

View file

@ -64,7 +64,7 @@
<#include "userAccounts-associateProfilePanel.ftl">
<p><input id="externalAuthChkBox" type="checkbox" name="externalAuthOnly" <#if externalAuthOnly?? >checked</#if> /><span>Externally Authenticated Only</span></p>
<p><input id="externalAuthChkBox" type="checkbox" name="externalAuthOnly" <#if externalAuthOnly?? >checked</#if> />Externally Authenticated Only</p>
<#if roles?has_content>
<p>Roles<span class="requiredHint"> *</span></p>
<#list roles as role>