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
|
@ -234,3 +234,6 @@ table#account th {
|
|||
margin-left: 5px;
|
||||
float: right;
|
||||
}
|
||||
p.requiredHint {
|
||||
clear: left;
|
||||
}
|
|
@ -149,3 +149,6 @@ table#account th {
|
|||
margin-top: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
p.requiredHint {
|
||||
clear: left;
|
||||
}
|
Loading…
Add table
Reference in a new issue