NIHVIVO-3282: Fixed layout issues when editing a user account.

This commit is contained in:
manolobevia 2011-11-04 15:53:32 +00:00
parent 693ac3db8f
commit 858c9648ea

View file

@ -175,7 +175,7 @@ padding-right: 5px;
display:none; display:none;
} }
#associated label { #associated label {
margin-bottom:5px; margin-bottom: 10px;
} }
#associationOptions { #associationOptions {
float:right; float:right;
@ -209,8 +209,8 @@ padding-right: 5px;
} }
#associateProfileBackgroundTwo { #associateProfileBackgroundTwo {
background-color:#f1f2ee; background-color:#f1f2ee;
padding:7px 94px 42px 0; padding:7px 94px 45px 0;
margin-top:-112px; margin-top:-120px;
margin-right:-8px; margin-right:-8px;
z-index:-100; z-index:-100;
border:1px solid #ccc; border:1px solid #ccc;
@ -225,7 +225,7 @@ padding-right: 5px;
#associateProfileBackgroundThree { #associateProfileBackgroundThree {
background-color:#f1f2ee; background-color:#f1f2ee;
padding:7px 94px 26px 12px; padding:7px 94px 26px 12px;
margin-top:-112px; margin-top:-120px;
margin-left:-12px; margin-left:-12px;
margin-right:-8px; margin-right:-8px;
z-index:-100; z-index:-100;