2010-10-06 14:16:12 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
2011-02-02 02:59:12 +00:00
|
|
|
|
2010-12-16 22:12:03 +00:00
|
|
|
/* Fix for homepage */
|
|
|
|
#search-field .submit {
|
|
|
|
padding-left: 14px;
|
|
|
|
}
|
|
|
|
#search-home-field input.submit {
|
|
|
|
padding-left: 14px;
|
2010-12-21 19:25:23 +00:00
|
|
|
}
|
|
|
|
#login-form p.submit {
|
|
|
|
margin-left: 20px;
|
2011-01-11 15:45:01 +00:00
|
|
|
}
|
|
|
|
/* 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;
|
2011-01-20 18:31:47 +00:00
|
|
|
}
|
|
|
|
/* Fix for photo upload */
|
|
|
|
input#submit,
|
2011-02-01 21:19:58 +00:00
|
|
|
input#submit:visited {
|
2011-01-20 18:31:47 +00:00
|
|
|
padding: 5px 5px 7px;
|
|
|
|
margin-left: -17px;
|
|
|
|
}
|
2011-02-01 21:19:58 +00:00
|
|
|
/* Fix for individual pages */
|
|
|
|
#individual-intro.person {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.sparkline_text,
|
|
|
|
.collaboratorship-link-container {
|
|
|
|
width: 148px;
|
|
|
|
}
|
|
|
|
#individual-intro.person #individual-info {
|
|
|
|
width: 72%;
|
|
|
|
}
|
|
|
|
#individual-intro .individual-overview {
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
/* Miscellaneous */
|
|
|
|
input#submit, input#submit:visited {
|
|
|
|
margin-left: 0;
|
2010-11-03 20:07:23 +00:00
|
|
|
}
|