Commit 566e08fc authored by Cantuerk's avatar Cantuerk
Browse files

Merge branch '21caog1bif-master-patch-20740' into 'master'

Update public/ar_overviewmap.js, public/style.css

See merge request !194
1 merge request!194Update public/ar_overviewmap.js, public/style.css
Pipeline #10946 passed with stage
in 22 seconds
Showing with 6 additions and 6 deletions
+6 -6
...@@ -25,7 +25,7 @@ function init_map() { ...@@ -25,7 +25,7 @@ function init_map() {
CartoDB_Positron.addTo(mymap); CartoDB_Positron.addTo(mymap);
userIcon = L.icon({ userIcon = L.icon({
iconUrl: 'previewImages/map-user.png', iconUrl: 'assets/previewImages/map-user.png',
iconSize: [32, 32], iconSize: [32, 32],
iconAnchor: [16, 32], iconAnchor: [16, 32],
popupAnchor: [0, -32] popupAnchor: [0, -32]
...@@ -124,4 +124,4 @@ function roundTo(n, digits) { ...@@ -124,4 +124,4 @@ function roundTo(n, digits) {
} }
return parseFloat(n); return parseFloat(n);
} }
\ No newline at end of file
...@@ -250,7 +250,7 @@ button:active { ...@@ -250,7 +250,7 @@ button:active {
.control-button { .control-button {
flex: 0 0 auto; flex: 0 0 auto;
border: none; border: none;
border-radius: 5px; border-radius: 20px;
padding: 8px; padding: 8px;
background-color: #007BFF; background-color: #007BFF;
cursor: pointer; cursor: pointer;
...@@ -258,11 +258,11 @@ button:active { ...@@ -258,11 +258,11 @@ button:active {
} }
.control-button img { .control-button img {
width: 40px; width: 30px;
height: 40px; height: 30px;
} }
.control-button:active { .control-button:active {
background-color: #0056b3; background-color: #0056b3;
transform: scale(0.95); transform: scale(0.95);
} }
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment