Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
RegionChooser
Commits
931acc54
Commit
931acc54
authored
Jun 03, 2020
by
Eric Duminil
Browse files
Variable height for map
parent
bea31a53
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/resources/eu/simstadt/regionchooser/website/index.html
View file @
931acc54
...
...
@@ -26,9 +26,9 @@
<li
class=
"title"
>
Simstadt Region Chooser
</li>
</ul>
</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=
"dataPanel"
style=
"height: 660px;"
></div>
<div
id=
"dataPanel"
></div>
</div>
<script
src=
"script/simstadt_openlayers.js"
type=
"text/javascript"
></script>
</body>
...
...
src/main/resources/eu/simstadt/regionchooser/website/style/style.css
View file @
931acc54
...
...
@@ -77,7 +77,8 @@ div#header{
div
#map
{
width
:
70%
;
height
:
80%
;
min-height
:
660px
;
height
:
auto
;
float
:
left
;
outline
:
0
;
background-color
:
#f9f7f7
;
...
...
@@ -107,7 +108,7 @@ div#dataPanel{
box-sizing
:
border-box
;
color
:
#3f72af
;
background-color
:
#f9f7f7
;
height
:
80%
;
height
:
660px
;
overflow
:
auto
;
border
:
1px
solid
#dbe2ef
;
font-family
:
Consolas
,
monaco
,
monospace
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment