1. Fixed the bug NIHVIVO-1803.
2. Changed the code/style that shows/hides collaborator links (co-pi & co-author n/ws) for a person, so that the code that will check if any publications/grants are attached to a person can manipulate visibility of these links.
This commit is contained in:
parent
2a0d21ad3c
commit
1a36693cb1
4 changed files with 33 additions and 12 deletions
|
@ -47,13 +47,9 @@ span.incomplete-data-holder,
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#coauthorship_link_container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#coauthorship_link_container,
|
||||
#coinvestigator_link_container {
|
||||
.collaboratorship-link-container {
|
||||
margin-top: 20px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sparkline_text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue