NIHVIVO-2751- Menu pages layout are displayed propertly in IE6, also I have removed an unnecessary comment for ie7.css.

This commit is contained in:
manolobevia 2011-06-24 19:08:11 +00:00
parent e9b9597809
commit ee80f850c4
2 changed files with 5 additions and 3 deletions

View file

@ -110,8 +110,11 @@ fix to maintain sanity in rendering sections of site admin targets IE7 and below
width: 72%;
}
/* Fix for menupages */
nav#alpha-browse-container {
width: 542px;
}
ul#alpha-browse-individuals {
width: 545px;
width: 540px;
}
ul#alpha-browse-individuals a {
height: 30px;
@ -120,7 +123,7 @@ ul#alpha-browse-individuals a {
width: 8px;
}
#individuals-in-class {
width: 550px;
width: 545px;
}
#individual-intro.person .individual-overview {
clear: left;

View file

@ -71,7 +71,6 @@ input#submit, input#submit:visited {
display: block;
float: left;
}
/* Fix for menu pages */
#find-by {
width: 445px;
}