visually separated menu from canvas
This commit is contained in:
parent
0b8c6c76ce
commit
f4748f7d9e
@ -8,14 +8,15 @@
|
||||
<!--<script src="../../dist/force-graph.js"></script>-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body style="margin: 0 0 0 0;">
|
||||
<div id="editor">
|
||||
<!-- <br/>
|
||||
<div style="text-align: center; color: silver">
|
||||
<b>New node:</b> click on the canvas, <b>New link:</b> drag one node close enough to another one,
|
||||
<b>Rename</b> node or link by clicking on it, <b>Remove</b> node or link by right-clicking on it
|
||||
</div> -->
|
||||
<div id="settings">
|
||||
<div id="settings" style="line-height: 2; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); top: 0px;
|
||||
width: 100%; position: fixed; padding: 8 8 8 8; background-color: rgb(230, 230, 230); z-index: 2;">
|
||||
<label for="actor">Highlight actor: </label>
|
||||
<select name="actor" id="actor" onchange="selectActor();"></select>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user