Skip to content
Snippets Groups Projects
Commit 727e6603 authored by Olabarrieta Palacios, Ignacio's avatar Olabarrieta Palacios, Ignacio
Browse files

a

parent 8f5e4cdb
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
<!--<button style="top:5px;right:20px;position:absolute" (click)="openInstructions()"> Help</button>-->
<div class="control_box" id='define_sims' style='width:450px;position:relative'>
<div id='controls' style='height:100px;width:100%;border-style:solid;border-width:1px;'>
<!--<div id='controls' style='height:100px;width:100%;border-style:solid;border-width:1px;'>-->
<h6 style="padding-left:10px">Create Computation:</h6>
<div style="position:absolute;left:5px;width:200px;height:65px;">
<button style="left:10px" id="new_model" (click)="create_model();">Create</button>
......@@ -18,11 +18,11 @@
<div>Traffic Sim:</div>
<select id="traffic_combo" style="top:30px;width:160px"></select><button style="left:10px" id="new_map" (click)="new_traffic();">New</button>
</div>
</div>
<!--</div>-->
</div>
<div class="control_box" id="results_box" style="width:500px;position:relative">
<div id='controls' style='height:100px;width:100%;border-style:solid;border-width:1px;'>
<!-- <div id='controls' style='height:100px;width:100%;border-style:solid;border-width:1px;'>-->
<h6 style="padding-left:10px">Choose Computation:</h6>
<div class="row" style="top:30px;position:absolute;left:30px">
Computations: <select id="comps_combo" style="width:250px"></select>
......@@ -31,7 +31,7 @@
<!--<button style="left:10px" id="download_run_btn" (click)="downloadPnts();">Download</button>-->
<!--<button style="left:10px" id="upload_geojson_btn" (click)="upload_geojson();">Upload GEOJSON</button>-->
</div>
</div>
<!--</div> -->
</div>
<div class="control_box button_box" id="control_help" style='width:300px;'>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment