NIHVIVO-2280: Fixed layout issues for "* required fields" text in IE 6 and 7

This commit is contained in:
manolobevia 2011-07-08 20:30:05 +00:00
parent 5461162130
commit 659f6489ef
2 changed files with 6 additions and 0 deletions

View file

@ -233,4 +233,7 @@ table#account th {
margin-top: 0;
margin-left: 5px;
float: right;
}
p.requiredHint {
clear: left;
}

View file

@ -148,4 +148,7 @@ table#account th {
float: left;
margin-top: 0;
margin-left: 5px;
}
p.requiredHint {
clear: left;
}