Added dropdowns

This commit is contained in:
dpassoni
2023-01-17 20:58:34 +01:00
parent baf288c6a0
commit 280799b27a
10 changed files with 396 additions and 45 deletions

View File

@@ -1,4 +1,5 @@
@import url("panels.css");
@import url("dropdown.css");
@import url("selectionwheel.css");
@import url("selectionscroll.css");
@import url("unitmarker.css");
@@ -25,9 +26,31 @@ html, body {
width: 100%;
}
#olympus-map-container
#map-container
{
height: 100%;
width: 100%;
}
#unit-info-panel {
height: 100px;
width: 800px;
left: 10px;
bottom: 10px;
z-index: 1000;
display: flex;
}
#scenario-dropdown {
position: fixed;
top: 10px;
left: 10px;
width: 250px;
}
#map-source-dropdown {
position: fixed;
top: 10px;
left: 280px;
width: 250px;
}