Commit 931acc54 authored by Eric Duminil's avatar Eric Duminil
Browse files

Variable height for map

parent bea31a53
...@@ -26,9 +26,9 @@ ...@@ -26,9 +26,9 @@
<li class="title">Simstadt Region Chooser</li> <li class="title">Simstadt Region Chooser</li>
</ul> </ul>
</div> </div>
<div id="map" class="map" tabindex="0" style="height: 660px;"></div> <div id="map" class="map" tabindex="0"></div>
<div id="side"> <div id="side">
<div id="dataPanel" style="height: 660px;"></div> <div id="dataPanel" ></div>
</div> </div>
<script src="script/simstadt_openlayers.js" type="text/javascript"></script> <script src="script/simstadt_openlayers.js" type="text/javascript"></script>
</body> </body>
......
...@@ -77,7 +77,8 @@ div#header{ ...@@ -77,7 +77,8 @@ div#header{
div#map{ div#map{
width:70%; width:70%;
height:80%; min-height:660px;
height: auto;
float:left; float:left;
outline: 0; outline: 0;
background-color: #f9f7f7; background-color: #f9f7f7;
...@@ -107,7 +108,7 @@ div#dataPanel{ ...@@ -107,7 +108,7 @@ div#dataPanel{
box-sizing: border-box; box-sizing: border-box;
color: #3f72af; color: #3f72af;
background-color: #f9f7f7; background-color: #f9f7f7;
height:80%; height:660px;
overflow:auto; overflow:auto;
border:1px solid #dbe2ef; border:1px solid #dbe2ef;
font-family: Consolas,monaco,monospace; font-family: Consolas,monaco,monospace;
......
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