vivo/themes/wilma/css/ie6.css

127 lines
2.4 KiB
CSS
Raw Normal View History

/* $This file is distributed under the terms of the license in /doc/license.txt$ */
2010-11-03 20:07:23 +00:00
/* Fix for homepage in IE6 browsers */
body {
2010-11-03 20:07:23 +00:00
background-position: center, 0;
background-repeat: no-repeat;
background-image: none;
background-color: #f3f3f0;
background-image: url(../images/header-background.jpg);
2010-11-03 20:07:23 +00:00
}
#intro h2 {
2010-11-03 20:07:23 +00:00
margin-left: 24px;
}
2010-11-03 20:07:23 +00:00
#intro p {
margin-left: 24px;
}
2010-11-03 20:07:23 +00:00
#search-home h3 {
margin-left: 0;
}
#search-field .submit {
padding-left: 14px;
}
#search-home-field input.submit {
padding-left: 14px;
}
#login {
margin-right: 0;
}
ul#browse-classgroups {
2010-11-03 20:07:23 +00:00
margin-left: 20px;
}
2010-11-03 20:07:23 +00:00
#browse-classes {
width: 600px;
}
#login-form p.submit {
margin-left: 15px;
}
ul#browse-classgroups a.selected {
background-position-x: 0;
2010-11-03 20:07:23 +00:00
background-position-y: 12px;
}
/* Fix for menupages */
ul#vgraph-classes {
2010-11-03 20:07:23 +00:00
float: left;
width: 265px;
margin-left: 15px;
}
#browse-by {
padding-bottom: 20px;
}
ul#browse-classes {
2010-11-03 20:07:23 +00:00
width: 284px;
margin-left: 0;
padding-left: 10px;
margin-left: 15px;
}
#individuals-in-class {
width: 450px;
}
article.foaf-person {
width: 400px;
margin-left:10px;
2010-11-03 20:07:23 +00:00
margin-right: 10px;
padding: 0;
margin-bottom: 10px;
}
2010-11-03 20:07:23 +00:00
#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 */
#adminDashboard .pageBodyGroup {
*float: none !important;
*display: inline !important;
*vertical-align: top !important;
}
/* Fix for individual pages */
#individual-intro.person {
width: 100%;
}
.sparkline_text,
.collaboratorship-link-container {
width: 148px;
}
#individual-intro.person #individual-info {
width: 72%;
}
/* Fix for menupages */
ul#alpha-browse-individuals {
width: 545px;
}
ul#alpha-browse-individuals a {
height: 30px;
margin-left: 0;
padding-left: 6px;
width: 8px;
}
#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;
}