removed inline style and changed two divs to sections

This commit is contained in:
tworrall 2011-07-18 19:32:45 +00:00
parent 7d963f83e9
commit 2cf8beb96a
2 changed files with 18 additions and 12 deletions

View file

@ -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;
}