NIHVIVO-2036: Fixed broken layout for co-author and co-investigator visualization pages in IE7.
In IE6 is still broken.
This commit is contained in:
parent
99f8fa05f0
commit
a2f96f1c6b
3 changed files with 44 additions and 12 deletions
|
@ -69,4 +69,25 @@ input#submit, input#submit:visited {
|
|||
/* Fix for menu pages */
|
||||
#find-by {
|
||||
width: 445px;
|
||||
}
|
||||
/* Fix for Visualization: Co-author and Co-investigator network pages */
|
||||
#sparkline-container {
|
||||
clear: both;
|
||||
float: none;
|
||||
margin-left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
#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;
|
||||
}
|
|
@ -460,7 +460,7 @@ ul#main-nav {
|
|||
background-color: #f7f9f9;
|
||||
margin: 0 auto;
|
||||
list-style: none;
|
||||
font-weight: 1em;
|
||||
font-size: 1em;
|
||||
color: #706a66;
|
||||
}
|
||||
#main-nav li {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue