Committing the following changes
1) Added entry for entity_grant_count in visualizations-beans-injection-fm.xml 2) Styling changes in layout.css -- changed the styling for buttons. 3) util.js -- Removed hardcoding of URLs see NIH VIVO 1618 and 1619 4) Made queries for EntityGrantCount, EntityPubCount and EntitySubOrganizationTypes more generic. Added Export as CSV functionailty for EntityGrantCount
This commit is contained in:
parent
1425b33e04
commit
a740497bb6
13 changed files with 804 additions and 263 deletions
|
@ -26,9 +26,17 @@ h2 {
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
button{
|
||||
a.temporalGraphLinks {
|
||||
margin-top: 10px;
|
||||
float:right;
|
||||
height: 20px;
|
||||
text-decoration: none;
|
||||
width: 30%;
|
||||
margin: 0 1% 0 1%;
|
||||
background-color: #EAEAEA;
|
||||
text-align: center;
|
||||
padding: 3px;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
#reset-search {
|
||||
|
@ -191,12 +199,6 @@ li{
|
|||
margin: 20px 0 20px 0;
|
||||
}
|
||||
|
||||
button.green-button{
|
||||
width: 31%;
|
||||
margin: 0 1% 0 1%;
|
||||
|
||||
}
|
||||
|
||||
#stopwordsdiv{
|
||||
margin-top: 10px;
|
||||
margin-left: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue