changed to leaflet for real map
Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
/*
|
||||
* Copyright (c) 2020. Pascal Syma <pascal@syma.dev>.
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
#buttons {
|
||||
z-index: 500;
|
||||
position: fixed;
|
||||
margin: 8px;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
#settings {
|
||||
position: fixed;
|
||||
margin: 8px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
#bus {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
margin: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
button, input {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
#map {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
#display {
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
#showStops {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#mpm {
|
||||
width: 50px;
|
||||
height: 24px;
|
||||
}
|
||||
Reference in New Issue
Block a user