NIHVIVO-1838: In IE6 some content (text) disappear after loading individual pages for foaf person or generic. Changing var applyPositioning = false in supersleight.js change the behavior and content doesn't disappear (text) anymore. Still working on why PNG images disappear. Also I have fixed some layout issues in IE 6 and IE 7.

This commit is contained in:
mb863 2011-02-01 21:19:58 +00:00
parent 77a16e123c
commit 8a78049943
3 changed files with 23 additions and 14 deletions

View file

@ -23,7 +23,21 @@ input#submit:visited{
padding: 5px 5px 7px;
margin-left: -17px;
}
/* Fix individual pages */
#share-contact {
width: auto;
/* Fix for individual pages */
#individual-intro.person {
width: 100%;
}
.sparkline_text,
.collaboratorship-link-container {
width: 148px;
}
#individual-intro.person #individual-info {
width: 72%;
}
#individual-intro .individual-overview {
clear: left;
}
/* Miscellaneous */
input#submit, input#submit:visited {
margin-left: 0;
}

View file

@ -771,11 +771,6 @@ p{
border-radius: 4px; /*This box should have a rounded corners in browsers supporting CSS3*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
/* : ;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
border-bottom: 1px solid rgba(0, 0, 0, 0.25);*/
position: relative;
cursor: pointer;
border: 0;
@ -801,7 +796,7 @@ p{
.button:visited {
font-size: 16px;
font-weight: normal;
line-height: 1; /*text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);*/
line-height: 1;
}
.green.button,
.green.button:visited {