/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* Fix for homepage in IE6 browsers */ body{ background-position: center, 0; background-repeat: no-repeat; background-image: none; background-color: #f3f3f0; background-image: url(../images/header-background.jpg); } #intro h2 { margin-left: 24px; } #intro p { margin-left: 24px; } #search-home h3 { margin-left: 0; } #search-field .submit { padding-left: 14px; } #search-home-field input.submit { padding-left: 14px; } ul#browse-classgroups { margin-left: 20px; } #browse-classes { width: 600px; } .global-highlights { width: 220px; padding: 18px; } #login-form p.submit { margin-left: 15px; } ul#browse-classgroups a.selected { background-position-x: 0; background-position-y: 12px; } /* Fix for menupages */ ul#vgraph-classes { float: left; width: 265px; margin-left: 15px; } ul#browse-classes { width: 284px; margin-left: 0; padding-left: 10px; margin-left: 15px; } #individuals-in-class { width: 450px; } article.foaf-person { width: 400px; margin-left:10px; margin-right: 10px; padding: 0; margin-bottom: 10px; } #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-individuals { width: 545px; } ul#alpha-browse-individuals a { height: 30px; margin-left: 0; padding-left: 6px; width: 8px; } #individuals-in-class{ width: 550px; } /* Fix for photo upload */ input#submit, input#submit:visited{ padding: 5px 5px 7px; margin-left: -17px; }