NIHVIVO-2280: Changed div for sections, removed inline styles, fixed display isuses for IE6 and 7 on add/edit account pages

This commit is contained in:
manolobevia 2011-07-21 20:42:03 +00:00
parent 47c5b386d8
commit cf26240fc4
5 changed files with 25 additions and 15 deletions

View file

@ -266,3 +266,10 @@ form.customForm input[name="confirmPassword"] {
a.disable-delete {
padding-left: 24px;
}
#passwordContainer p.note {
margin-top: -10px;
padding-bottom: 5px;
}
#passwordContainer {
margin-top: 20px;
}

View file

@ -209,12 +209,12 @@ table#account th {
p.requiredHint {
clear: left;
}
add-account span.requiredHint {
#add-account span.requiredHint {
float: none;
}
input#externalAuthChkBox {
height: 18px;
width: 18px;
margin-top: 0;
margin-bottom: 0;
}
#associated {
display: none;

View file

@ -148,12 +148,15 @@ table#account th {
margin-top: 0;
margin-left: 5px;
}
#add-account span.requiredHint {
float: none;
}
p.requiredHint {
clear: left;
}
input#externalAuthChkBox {
height: 18px;
width: 18px;
margin-top: 0;
margin-bottom: 0;
}
#associated {
display: none;