Fixed layout issues for 'find by' section in menupage people for IE6 and 7
This commit is contained in:
parent
f4422f5cbe
commit
405ed11e45
2 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -65,4 +65,8 @@ input#submit, input#submit:visited {
|
|||
.pagination ul {
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
/* Fix for menu pages */
|
||||
#find-by {
|
||||
width: 445px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue