Skip to content
Snippets Groups Projects
Commit 582db65a authored by Amira Abdel-Rahman's avatar Amira Abdel-Rahman
Browse files

json working

parent e34a6e15
Branches
No related tags found
No related merge requests found
Pipeline #4526 passed
......@@ -23,12 +23,14 @@
<i> Graph</i>
</div>
<div id=jsondiveditor>
<p>
<button class="button" id="expandAllAndRemove">Expand all and remove</button>
<button class="button" id="loadInCollapsedState">Load compouds collapsed</button><br/>
<button class="button" id="collapseAll">Collapse all</button>
<button class="button" id="expandAll">Expand all</button> <br/>
<button class="button" id="collapseRecursively">Collapse selected </button>
<button class="button" id="expandRecursively">Expand selected </button>
</p>
<div id="cy"></div>
</div>
......
......@@ -143,7 +143,7 @@ body,html{width:100%;height:100%;padding:0;margin:0;}
}
#cy {
height: 90%;
height: 100%;
width: 100%;
/* position: absolute; */
/* float: right; */
......@@ -160,7 +160,7 @@ body,html{width:100%;height:100%;padding:0;margin:0;}
#jsondiveditor {
width: 90%;
height: 95%;
height: 90%;
left: var(--top);
top:var(--top);
float: right;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment