diff options
Diffstat (limited to 'dashboard_website/templates')
| -rw-r--r-- | dashboard_website/templates/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dashboard_website/templates/index.html b/dashboard_website/templates/index.html index 1317145..73f9f22 100644 --- a/dashboard_website/templates/index.html +++ b/dashboard_website/templates/index.html @@ -2,7 +2,7 @@ <html style="height:100%"> <head> - <title>MMHC HQ</title> + <title>MMCH HQ</title> <link rel="icon" type="image/x-icon" href="/static/img/favicon.ico"> <link rel="stylesheet" href="{{ url_for('static', filename='css/leaflet.css') }}" @@ -76,7 +76,7 @@ } .route-controls { /* flex:0.6 1 auto; */ - flex-grow:0.15; + height:15%; display: flex; flex-direction: column; } @@ -84,7 +84,7 @@ .right-column { /* flex:0.25 1 auto; */ flex-grow:0; - flex-basis:25em; + flex-basis:35em; display: flex; flex-direction: column; gap: 5px; @@ -142,8 +142,9 @@ <div id="map"></div> </div> <div class="route-controls"> - <span style="margin:-1px;margin-left:5px;margin-top:5px;">ROUTE PARAMETERS</span> + <span style="margin:-1px;margin-left:5px;margin-top:5px;" id="routeinfo">ROUTE INFO</span> <hr style="width:100%;padding:0px;"/> + <div id="etas"></div> </div> </div> <div class="right-column"> |
