Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fixing Community Usage's tooltip position #228

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions js/tree-edam-stand-alone.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ function interactive_edam_browser(){
".","Links to this concept in other ontology browsers");
}
if (community.children().length>0){
community.parent().prepend($('<thead><tr><th colspan="2" data-toggle=\"tooltip\" title=\"Usage of this concept in various databases and registries\">Community usage</th></tr></thead>'));
community.parent().prepend($('<thead><tr><th style="margin:40%" data-toggle=\"tooltip\" title=\"Usage of this concept in various databases and registries\">Community usage</th></tr></thead>'));
}else{
community.parent().remove();
}
Expand Down Expand Up @@ -922,4 +922,4 @@ window.cpyToClipboard = function cpyToClipboard(value){
}, 1000);
}

export {getInitURI,interactive_edam_browser,getTreeFile}
export {getInitURI,interactive_edam_browser,getTreeFile}