NIHVIVO-2280: Fixed layout issues for "* required fields" text in IE 6 and 7
This commit is contained in:
parent
5461162130
commit
659f6489ef
2 changed files with 6 additions and 0 deletions
|
@ -233,4 +233,7 @@ table#account th {
|
|||
margin-top: 0;
|
||||
margin-left: 5px;
|
||||
float: right;
|
||||
}
|
||||
p.requiredHint {
|
||||
clear: left;
|
||||
}
|
|
@ -148,4 +148,7 @@ table#account th {
|
|||
float: left;
|
||||
margin-top: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
p.requiredHint {
|
||||
clear: left;
|
||||
}
|
Loading…
Add table
Reference in a new issue