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:
parent
77a16e123c
commit
8a78049943
3 changed files with 23 additions and 14 deletions
|
@ -19,11 +19,25 @@
|
||||||
}
|
}
|
||||||
/* 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;
|
||||||
}
|
}
|
||||||
/* Fix individual pages */
|
/* Fix for individual pages */
|
||||||
#share-contact {
|
#individual-intro.person {
|
||||||
width: auto;
|
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;
|
||||||
}
|
}
|
|
@ -97,10 +97,10 @@ table {
|
||||||
/* New ones added to the default list */
|
/* New ones added to the default list */
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
fieldset {
|
fieldset {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
}
|
}
|
||||||
legend {
|
legend {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
|
@ -422,7 +422,7 @@ input.search-vivo {
|
||||||
color: #5e6363;
|
color: #5e6363;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
padding:0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
#search-form-modifier {
|
#search-form-modifier {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -771,11 +771,6 @@ p{
|
||||||
border-radius: 4px; /*This box should have a rounded corners in browsers supporting CSS3*/
|
border-radius: 4px; /*This box should have a rounded corners in browsers supporting CSS3*/
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-webkit-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;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -801,7 +796,7 @@ p{
|
||||||
.button:visited {
|
.button:visited {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1; /*text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);*/
|
line-height: 1;
|
||||||
}
|
}
|
||||||
.green.button,
|
.green.button,
|
||||||
.green.button:visited {
|
.green.button:visited {
|
||||||
|
|
Loading…
Add table
Reference in a new issue