1. Completed the feature for ability to select organizations/people in temporal vis see http://issues.library.cornell.edu/browse/NIHVIVO-2022
2. Refactored legacy front-end code to remove unneceesary repetitive computations for activity count. 3. Fixed the overlay when parameter switch happens (earlier it used to go in the center of the screen).
This commit is contained in:
parent
680f9ec2d4
commit
3c1afb45a0
4 changed files with 263 additions and 122 deletions
|
@ -21,10 +21,35 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
This is for the overlay that happens when you change the parameter. Somehow the top
|
||||
for the message is getting set to 50%, hence we need to override it here.
|
||||
*/
|
||||
.blockElement {
|
||||
top: 10px !important;
|
||||
}
|
||||
|
||||
.easy-deselect-label a.temporal-vis-url {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#people-organizations-filter {
|
||||
margin-bottom: 9px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.filter-option {
|
||||
color: #2485AE;
|
||||
cursor: pointer;
|
||||
/*padding-right: 5px;*/
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.active-filter {
|
||||
color: #595B5B;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.current-year-bar,
|
||||
.known-bar {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue