vivo/themes/wilma/css/ie6.css

71 lines
1.3 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 */
html,
body {
background-position: center, 0;
background-repeat: no-repeat;
}
#wrapper-content{
padding-left: 10px;
padding-right: 10px;
}
#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;
}