diff --git a/public/javascripts/app.js b/public/javascripts/app.js index 07a8eca..5634f02 100644 --- a/public/javascripts/app.js +++ b/public/javascripts/app.js @@ -30,8 +30,8 @@ function renderPhoto(item) { var pushpin = new Microsoft.Maps.Pushpin( new Microsoft.Maps.Location(item.latitude, item.longitude), { - width: null, - height: null, + width: 75, + height: 75, htmlContent: ("
") } ); diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f8dd6b5..9f98abd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -704,8 +704,7 @@ input#searchToHeader:-ms-input-placeholder, input#searchFromHeader:-ms-input-pla border-radius: 50%; border: 1px solid #333 !important; cursor: pointer; - margin-left: -50%; - margin-top: -50%; + margin: 0; }