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 {
|
||||
padding-left: 14px;
|
||||
}
|
||||
#login {
|
||||
margin-right: 0;
|
||||
}
|
||||
ul#browse-classgroups {
|
||||
margin-left: 20px;
|
||||
}
|
||||
#browse-classes {
|
||||
width: 600px;
|
||||
}
|
||||
.global-highlights {
|
||||
width: 220px;
|
||||
padding: 18px;
|
||||
}
|
||||
#login-form p.submit {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
@ -45,6 +44,9 @@ ul#vgraph-classes {
|
|||
width: 265px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
#browse-by{
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
ul#browse-classes {
|
||||
width: 284px;
|
||||
margin-left: 0;
|
||||
|
@ -64,6 +66,17 @@ article.foaf-person {
|
|||
#profile-photo-display {
|
||||
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 */
|
||||
/* the wonders of the IE float model...fix to maintain sanity in rendering sections of site admin */
|
||||
/* targets IE7 and below */
|
||||
|
@ -73,22 +86,15 @@ article.foaf-person {
|
|||
*vertical-align: top !important;
|
||||
}
|
||||
/* Fix for individual pages */
|
||||
.thumb-edit-links{
|
||||
margin-top: 147px;
|
||||
margin-right: 10px;
|
||||
z-index: 9999;
|
||||
#individual-intro.person {
|
||||
width: 100%;
|
||||
}
|
||||
#individual-intro-person{
|
||||
width: 73%;
|
||||
.sparkline_text,
|
||||
.collaboratorship-link-container {
|
||||
width: 148px;
|
||||
}
|
||||
#individual-intro{
|
||||
width: 65%;
|
||||
}
|
||||
#individual-info{
|
||||
width: 90%;
|
||||
}
|
||||
#share-contact {
|
||||
width: auto;
|
||||
#individual-intro.person #individual-info {
|
||||
width: 72%;
|
||||
}
|
||||
/* Fix for menupages */
|
||||
ul#alpha-browse-individuals {
|
||||
|
@ -103,9 +109,19 @@ ul#alpha-browse-individuals a {
|
|||
#individuals-in-class {
|
||||
width: 550px;
|
||||
}
|
||||
#individual-intro.person .individual-overview {
|
||||
clear: left;
|
||||
}
|
||||
/* Fix for photo upload */
|
||||
input#submit,
|
||||
input#submit:visited {
|
||||
padding: 5px 5px 7px;
|
||||
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