NIHVIVO-1838: Fixing layout issues in IE6

This commit is contained in:
mb863 2011-01-28 20:12:11 +00:00
parent 791b39fa9a
commit 2319663d09

View file

@ -1,6 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* Fix for homepage in IE6 browsers */ /* Fix for homepage in IE6 browsers */
body{ body {
background-position: center, 0; background-position: center, 0;
background-repeat: no-repeat; background-repeat: no-repeat;
background-image: none; background-image: none;
@ -22,16 +22,15 @@ body{
#search-home-field input.submit { #search-home-field input.submit {
padding-left: 14px; padding-left: 14px;
} }
#login {
margin-right: 0;
}
ul#browse-classgroups { ul#browse-classgroups {
margin-left: 20px; margin-left: 20px;
} }
#browse-classes { #browse-classes {
width: 600px; width: 600px;
} }
.global-highlights {
width: 220px;
padding: 18px;
}
#login-form p.submit { #login-form p.submit {
margin-left: 15px; margin-left: 15px;
} }
@ -45,6 +44,9 @@ ul#vgraph-classes {
width: 265px; width: 265px;
margin-left: 15px; margin-left: 15px;
} }
#browse-by{
padding-bottom: 20px;
}
ul#browse-classes { ul#browse-classes {
width: 284px; width: 284px;
margin-left: 0; margin-left: 0;
@ -64,6 +66,17 @@ article.foaf-person {
#profile-photo-display { #profile-photo-display {
width: 620px; width: 620px;
} }
#individuals-in-class .pagination li a {
border: 1px solid red;
float: left;
display: block;
}
#browse-classes {
width: 590px;
}
ul#classgroup-list.vis {
width: 38%;
}
/* Fix for site admin */ /* Fix for site admin */
/* the wonders of the IE float model...fix to maintain sanity in rendering sections of site admin */ /* the wonders of the IE float model...fix to maintain sanity in rendering sections of site admin */
/* targets IE7 and below */ /* targets IE7 and below */
@ -73,22 +86,15 @@ article.foaf-person {
*vertical-align: top !important; *vertical-align: top !important;
} }
/* Fix for individual pages */ /* Fix for individual pages */
.thumb-edit-links{ #individual-intro.person {
margin-top: 147px; width: 100%;
margin-right: 10px;
z-index: 9999;
} }
#individual-intro-person{ .sparkline_text,
width: 73%; .collaboratorship-link-container {
width: 148px;
} }
#individual-intro{ #individual-intro.person #individual-info {
width: 65%; width: 72%;
}
#individual-info{
width: 90%;
}
#share-contact {
width: auto;
} }
/* Fix for menupages */ /* Fix for menupages */
ul#alpha-browse-individuals { ul#alpha-browse-individuals {
@ -100,12 +106,22 @@ ul#alpha-browse-individuals a {
padding-left: 6px; padding-left: 6px;
width: 8px; width: 8px;
} }
#individuals-in-class{ #individuals-in-class {
width: 550px; width: 550px;
} }
#individual-intro.person .individual-overview {
clear: left;
}
/* Fix for photo upload */ /* Fix for photo upload */
input#submit, input#submit,
input#submit:visited{ input#submit:visited {
padding: 5px 5px 7px; padding: 5px 5px 7px;
margin-left: -17px; margin-left: -17px;
} }
/* */
input#submit, input#submit:visited {
display: block;
float: left;
clear: both;
margin-left: 0;
}