NIHVIVO-1838: Fixing layout issues in IE6
This commit is contained in:
parent
791b39fa9a
commit
2319663d09
1 changed files with 37 additions and 21 deletions
|
@ -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 {
|
||||||
|
@ -103,9 +109,19 @@ ul#alpha-browse-individuals a {
|
||||||
#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;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue