NIHVIVO-2992: Putting the fix for IE6 and IE 7 of account profile association in vitroIE6.css and vitroIE7.css

This commit is contained in:
manolobevia 2011-07-20 18:46:34 +00:00
parent 5170a1476b
commit 10d59d339e
2 changed files with 69 additions and 1 deletions

View file

@ -213,3 +213,37 @@ p.requiredHint {
add-account span.requiredHint { add-account span.requiredHint {
float: none; float: none;
} }
input#externalAuthChkBox {
height: 18px;
width: 18px;
}
#associated {
display: none;
float: none;
}
#associationOptions {
display: none;
float: none;
}
#associateProfileBackgroundOne {
width: 443px;
border-bottom: none;
}
#associateProfileBackgroundTwo {
width: 435px;
padding-left: 8px;
padding-top: 8px;
padding-bottom: 14px;
border-top: none;
}
#associateProfileBackgroundThree {
width: 435px;
padding-left: 8px;
padding-top: 8px;
border-top: none;
}
#associateProfileBackgroundFour {
width: 435px;
padding-left: 8px;
padding-top: 4px;
}

View file

@ -151,3 +151,37 @@ table#account th {
p.requiredHint { p.requiredHint {
clear: left; clear: left;
} }
input#externalAuthChkBox {
height: 18px;
width: 18px;
}
#associated {
display: none;
float: none;
}
#associationOptions {
display: none;
float: none;
}
#associateProfileBackgroundOne {
width: 443px;
border-bottom: none;
}
#associateProfileBackgroundTwo {
width: 435px;
padding-left: 8px;
padding-top: 8px;
padding-bottom: 14px;
border-top: none;
}
#associateProfileBackgroundThree {
width: 435px;
padding-left: 8px;
padding-top: 8px;
border-top: none;
}
#associateProfileBackgroundFour {
width: 435px;
padding-left: 8px;
padding-top: 4px;
}