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 @@ ...@@ -15,10 +15,10 @@
<script src="Output_viewBottleneckGraph.js" type="text/javascript"></script> <script src="Output_viewBottleneckGraph.js" type="text/javascript"></script>
</head> </head>
<body> <body>
<div class="graph_container" style="float:left; width: 100%; height:300px"></div> <div style="float:left; width:10%">
<div>
<label for="choices" class="select_label">Please select bottleneck:</label> <label for="choices" class="select_label">Please select bottleneck:</label>
<select class="choices" name="choices"></select> <select class="choices" name="choices"></select>
</div> </div>
<div class="graph_container" style="float:left; width:90%; height:300px"></div>
</body> </body>
</html> </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