Skip to content

Commit

Permalink
restyle test page
Browse files Browse the repository at this point in the history
  • Loading branch information
abeylot committed Feb 28, 2024
1 parent 1ad2b22 commit 34bb180
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/MapDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Msg* MapDisplay::processRequest(Msg* request, [[maybe_unused]] CompiledDataManag
"<link rel=\"stylesheet\" href=\"http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css\" />"
"<script type=\"text/javascript\" src=\"http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js\"></script>"
"<style>"
"html, body { margin: 50px 0; padding: 0; }"
"html, body { margin: 1% 0; padding: 0;height: 99%;background-color: #B2B3C8 }"
"#map {"
" height: 600px; width: 80%; margin: 0 auto;"
" height: 80%; width: 80%; margin: 0 auto;"
" -webkit-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.2);"
" box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.2);"
" -webkit-border-radius: 5px;"
" border-radius: 5px;"
" -webkit-border-radius: 1%;"
" border-radius: 1%;"
"}"
"#form {"
" height: 2em; width: 80%; margin: 0 auto;"
Expand Down

0 comments on commit 34bb180

Please sign in to comment.