Skip to content

Commit

Permalink
adjust button size to match default LL size
Browse files Browse the repository at this point in the history
  • Loading branch information
Twista committed Jan 20, 2017
1 parent 19ffdf0 commit 35b6a27
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/css/leaflet-gplaces-autocomplete.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.leaflet-gac-wrapper {
height: 30px;
height: 26px;
}

.leaflet-control-container .leaflet-gac-control {
width: 300px;
height: 30px;
height: 26px;
padding: 0 7px;
border-radius: 5px;
border: 1px #d0d0d0 solid;
Expand All @@ -22,12 +22,13 @@

.leaflet-control-container .leaflet-gac-search-btn {
background: #fff;
width: 30px;
height: 30px;
width: 26px;
height: 26px;
border-radius: 4px;
}

.leaflet-control-container .leaflet-gac-search-btn .leaflet-gac-search-icon {
cursor: pointer;
width: 100%;
height: 100%;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABOUlEQVQ4T6XTLUgmQRgH8N+Ligd+FOu1ww+wKPhxlwxXxHYnqCAGQZtgMBgU4eWaXLhyCgYxiAYVk6igJotgEaNiNYgGL6kHJwOzsO+yGzw3zszzm5nnP1vyzq+UU9+JUbTiCWdYw13eXmmgCr8wlbPwERPYys6lgVA8jSvM4RQfMIQF1KIfR2kkAdpxiRv04CGzUx9OcI02/EvmE+AH5jGG9YK+bmMQ3TjPApsYQXPcJc+Ywc/Y4I0ssIpxdOCi4ATl2Ivv2M0Ck1jBImZzgOrYoxZ8xG0WqI9Hb4pX2UkhNViKMe5jIC+FMPYVezGu4xhjHb7hUyx6wXDeFRK0C79jlMnYX4SmhZfZiwok7ymHwpBGyPs5RnaPRhzicxopAop+sYAc4Av+BPStQIAbsByffPl/gIrTvQLbJDoR8K3H6QAAAABJRU5ErkJggg==") no-repeat center center;
Expand Down

0 comments on commit 35b6a27

Please sign in to comment.