Skip to content
Snippets Groups Projects
Commit 452d5975 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Give maps more space

parent cf756dd2
No related branches found
No related tags found
2 merge requests!13Saddlegallmidge form idec 372,!12feat: Add test page (spatial) with mapserver layer in openlayers map
This commit is part of merge request !12. Comments created here will be created in the context of that merge request.
......@@ -30,7 +30,7 @@
<div id="weatherDataForm" style="display: none;">
<h2>Weather data</h2>
<div class="row">
<div class="col-md-8">
<div class="col-md-6">
<fieldset id="historicDatasourceFields">
<legend>Weather datasource (historic)</legend>
<select class="form-control" name="weatherDatasourceId" id="weatherDatasourceList" onchange="handleWeatherDatasourceSelected(this);"></select>
......@@ -53,10 +53,10 @@
</div>
</fieldset>
</div>
<div class="col-md-4"><div id="historicDatasourceMap"></div></div>
<div class="col-md-6"><div id="historicDatasourceMap"></div></div>
</div>
<div class="row">
<div class="col-md-8">
<div class="col-md-6">
<fieldset id="forecastDatasourceFields">
<legend>Weather forecasts datasource</legend>
<select class="form-control" name="forecastWeatherDatasourceId" id="forecastWeatherDatasourceList" onchange="handleForecastSourceSelected(this);"></select>
......@@ -65,7 +65,7 @@
</div>
</fieldset>
</div>
<div class="col-md-4"><div id="forecastDatasourceMap"></div></div>
<div class="col-md-6"><div id="forecastDatasourceMap"></div></div>
</div>
<button class="btn btn-primary" type="button" onclick="submitData();">Submit</button>
<div style="aspect-ratio: 2;">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment