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-11-03 20:07:23 +00:00
|
|
|
/* Fix for homepage in IE6 browsers */
|
2011-01-28 20:12:11 +00:00
|
|
|
body {
|
2011-01-11 21:44:48 +00:00
|
|
|
background-color: #f3f3f0;
|
|
|
|
background-image: url(../images/header-background.jpg);
|
2010-11-03 20:07:23 +00:00
|
|
|
}
|
2011-02-10 22:07:28 +00:00
|
|
|
#search-field {
|
|
|
|
background-image: url("../images/search-interior-pages.gif");
|
|
|
|
height: 35px;
|
|
|
|
width: 392px;
|
|
|
|
}
|
2011-02-02 19:10:48 +00:00
|
|
|
#search-home-field input.search {
|
2010-12-16 22:12:03 +00:00
|
|
|
padding-left: 14px;
|
|
|
|
}
|
2011-02-04 21:50:44 +00:00
|
|
|
/* Fix for Visualization: Co-author and Co-investigator network pages */
|
|
|
|
#ego_profile,
|
|
|
|
.sub_headings,
|
|
|
|
#sparkline-container,
|
|
|
|
.toggle_visualization{
|
|
|
|
position: relative;
|
|
|
|
}
|
2011-02-04 22:37:14 +00:00
|
|
|
.easy-deselect-label a.temporal-vis-url {
|
|
|
|
margin-top: -15px;
|
|
|
|
}
|
2011-02-04 21:50:44 +00:00
|
|
|
#grant-count-sparkline-include {
|
|
|
|
width: 48%;
|
|
|
|
}
|
|
|
|
#coinvestigator-count-sparkline-include {
|
|
|
|
width: 48%;
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
#publication-count-sparkline-include {
|
|
|
|
width: 48%;
|
|
|
|
}
|
|
|
|
#coauthor-count-sparkline-include {
|
|
|
|
width: 48%;
|
|
|
|
clear: left;
|
2011-07-20 17:42:29 +00:00
|
|
|
}
|