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

@ -234,3 +234,6 @@ table#account th {
margin-left: 5px;
float: right;
}
p.requiredHint {
clear: left;
}

View file

@ -149,3 +149,6 @@ table#account th {
margin-top: 0;
margin-left: 5px;
}
p.requiredHint {
clear: left;
}