68 lines
No EOL
1.4 KiB
CSS
68 lines
No EOL
1.4 KiB
CSS
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
/* Fix for homepage */
|
|
#search-field input.search {
|
|
padding-left: 14px;
|
|
}
|
|
#search-home-field input.search {
|
|
padding-left: 14px;
|
|
}
|
|
#login-form p.submit {
|
|
margin-left: 20px;
|
|
}
|
|
/* 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 photo upload */
|
|
#photoUploadForm input.submit,
|
|
#photoUploadForm input.submit:visited,
|
|
#cropImage input.submit,
|
|
#cropImage input.submit:visited{
|
|
padding: 5px 5px 7px;
|
|
margin-left: -17px;
|
|
}
|
|
/* Fix position for input type submit buttons */
|
|
input.submit,
|
|
input.submit:visited
|
|
input#submit,
|
|
input#submit:visited {
|
|
display: block;
|
|
float: left;
|
|
clear: both;
|
|
margin-left: 0;
|
|
}
|
|
/* 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;
|
|
}
|
|
/* Fix for menupages */
|
|
.pagination li {
|
|
display: block;
|
|
float: left;
|
|
}
|
|
.pagination h3 {
|
|
float: left;
|
|
}
|
|
.pagination ul {
|
|
display: block;
|
|
float: left;
|
|
} |