1. Fix for http://issues.library.cornell.edu/browse/NIHVIVO-3070 made sure that the rows in the table for person level vis were created based on whether the entity in question has egoURI or not, instead of depending upon flash vis to provide sorted list with egoNode being the first element.
2. Tentative fix for http://issues.library.cornell.edu/browse/NIHVIVO-2953 will wait to hear more to change the UX further. 3. Fix for http://issues.library.cornell.edu/browse/NIHVIVO-2523 the current placement for downloading of this csv is subject to change.
This commit is contained in:
parent
c37ae62188
commit
6c3818f84a
8 changed files with 123 additions and 43 deletions
|
@ -200,6 +200,22 @@ a.map-of-science-links {
|
|||
padding: 4px 5px 3px;
|
||||
}
|
||||
|
||||
#download-unlocated-journal-info {
|
||||
background-color: #2485AE;
|
||||
height: 20px;
|
||||
margin-top: 10px;
|
||||
max-width: 260px;
|
||||
padding: 4px 5px 3px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#download-unlocated-journal-info a {
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#main-science-areas-table-container {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue