vivo/themes/wilma/css/ie6.css

114 lines
2.2 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;
}
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;
}
.global-highlights {
2010-11-03 20:07:23 +00:00
width: 220px;
padding: 18px;
}
#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#foaf-person-childClasses {
2010-11-03 20:07:23 +00:00
float: left;
width: 265px;
margin-left: 15px;
}
ul#browse-childClasses {
2010-11-03 20:07:23 +00:00
width: 284px;
margin-left: 0;
padding-left: 10px;
margin-left: 15px;
}
#individuals-in-childClass {
width: 450px;
}
#individuals-in-childClass h3 {
2010-11-03 20:07:23 +00:00
padding: 10px 0 10px 30px;
margin: 0;
}
article.individual-foaf-person {
2010-11-03 20:07:23 +00:00
width: 400px margin-left:10px;
margin-right: 10px;
padding: 0;
margin-bottom: 10px;
}
2010-11-03 20:07:23 +00:00
#profile-photo-display {
width: 620px;
}
/* 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 */
.thumb-edit-links{
margin-top: 147px;
margin-right: 10px;
z-index: 9999;
}
#individual-intro-person{
width: 73%;
}
#individual-intro{
width: 65%;
}
#individual-info{
width: 90%;
}
#share-contact {
width: auto;
}
/* Fix for menupages */
ul#alpha-browse-childClass {
width: 545px;
}
ul#alpha-browse-childClass a {
height: 30px;
margin-left: 0;
padding-left: 6px;
width: 8px;
}
#individuals-in-childClass{
width: 550px;
}
/* Fix for photo upload */
input#submit,
input#submit:visited{
padding: 5px 5px 7px;
margin-left: -17px;
}