|
7 | 7 | <link href="/css/app.css" rel="stylesheet" />
|
8 | 8 | </head>
|
9 | 9 | <body>
|
10 |
| - <div class="fl w-20 pa2"> |
11 |
| - <h1 class="f4 bold center mw6">Digraphs</h1> |
12 |
| - <ul id="graph_list" class="list pl0 ml0 mt0 center mw6 ba b--light-silver bb-0"> |
13 |
| - <li data-template="graph-list-item" class="pa3 bb b--light-silver"> |
14 |
| - <span data-name></span> |
15 |
| - <div class="cf mt2"> |
16 |
| - <div data-protection class="fl w-30 light-silver"></div> |
17 |
| - <div data-cyclicity class="fl w-30 light-silver"></div> |
18 |
| - <div data-memory class="fl w-40 light-silver"></div> |
19 |
| - </div> |
20 |
| - </li> |
21 |
| - </ul> |
22 |
| - </div> |
23 |
| - <div class="fl w-80 pa2"> |
24 |
| - <h1 class="f4 bold center mw6"> </h1> |
25 |
| - <div id="graph_container"></div> |
| 10 | + <div class="flex absolute top-0 bottom-0 left-0 right-0"> |
| 11 | + <div class="w-20 bg-light"> |
| 12 | + <h1 class="f4 bold center mw6 bg-dark mv0 pv4 tc light-gray">Digraph Viewer</h1> |
| 13 | + <ul id="graph_list" class="list pl0 ml0 mt0 center mw6 mt2"> |
| 14 | + <li data-template="graph-list-item" class="pa3 mt1 clr-light hover-bg-dark pointer"> |
| 15 | + <span data-name class="light-silver"></span> |
| 16 | + <div class="cf mt2"> |
| 17 | + <div data-protection class="fl w-30 gray"></div> |
| 18 | + <div data-cyclicity class="fl w-30 gray"></div> |
| 19 | + <div data-memory class="fl w-40 gray"></div> |
| 20 | + </div> |
| 21 | + </li> |
| 22 | + </ul> |
| 23 | + </div> |
| 24 | + <div class="w-80 pa2 flex flex-column"> |
| 25 | + <h3 id="graph_header" class="mv2">test_graph</h3> |
| 26 | + <div id="graph_container" class="h-100 ba b--gray"></div> |
| 27 | + </div> |
26 | 28 | </div>
|
27 | 29 | </body>
|
28 | 30 | <script src="/js/vis.min.js"></script>
|
|
0 commit comments