Commit c86ca019 authored by Jérome Perrin's avatar Jérome Perrin

GUI: use two columns for bottleneck graph

parent 6a1821d9
......@@ -15,10 +15,10 @@
<script src="Output_viewBottleneckGraph.js" type="text/javascript"></script>
</head>
<body>
<div class="graph_container" style="float:left; width: 100%; height:300px"></div>
<div>
<div style="float:left; width:10%">
<label for="choices" class="select_label">Please select bottleneck:</label>
<select class="choices" name="choices"></select>
</div>
<div class="graph_container" style="float:left; width:90%; height:300px"></div>
</body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment