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:
parent
5170a1476b
commit
10d59d339e
2 changed files with 69 additions and 1 deletions
|
@ -213,3 +213,37 @@ p.requiredHint {
|
|||
add-account span.requiredHint {
|
||||
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;
|
||||
}
|
|
@ -151,3 +151,37 @@ table#account th {
|
|||
p.requiredHint {
|
||||
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;
|
||||
}
|
Loading…
Add table
Reference in a new issue