Fixed layout issues for 'find by' section in menupage people for IE6 and 7

This commit is contained in:
mb863 2011-02-03 22:14:09 +00:00
parent f4422f5cbe
commit 405ed11e45
2 changed files with 7 additions and 0 deletions

View file

@ -120,6 +120,9 @@ ul#alpha-browse-individuals a {
#individual-intro.person .individual-overview {
clear: left;
}
#find-by {
width: 445px;
}
/* Fix for photo upload */
#photoUploadForm {
width: 320px;

View file

@ -65,4 +65,8 @@ input#submit, input#submit:visited {
.pagination ul {
display: block;
float: left;
}
/* Fix for menu pages */
#find-by {
width: 445px;
}