Skip to content
Snippets Groups Projects
Commit e359508f authored by Nikolaus Krismer's avatar Nikolaus Krismer
Browse files

small design changes

parent 3e4dea9a
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,8 @@
.leaflet-control-geosearch-msg ul.leaflet-control-geosearch-result li {
border: 1px solid #CCCCCC;
border-radius: 5px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}
.leaflet-control-geosearch-msg ul.leaflet-control-geosearch-result li div {
......@@ -75,32 +75,24 @@
.leaflet-control-geosearch-searchdiv {
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 5px 0px 0px 5px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.65);
padding: 5px;
width: 390px;
height: auto;
border-radius: 4px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65)
}
.leaflet-control-geosearch-searchdiv input {
background-color: #FFFFFF;
border: none;
height: 28px;
padding: 0px;
text-indent: 4px;
width: 100%;
margin: 5px;
width: 390px;
}
.leaflet-control-geosearch-btn {
background: url('/isochrones/img_new/geosearch.png') no-repeat scroll center center #00CC44;
background-size: auto 100%;
border: 0px none;
border-radius: 0px 5px 5px 0px;
border-radius: 0px 4px 4px 0px;
float: right;
height: 38px;
left: 400px;
position: absolute;
text-align: center;
top: 0px;
vertical-align: top;
width: 72px;
}
......@@ -30,7 +30,7 @@ L.Control.GeoSearch = L.Control.extend({
_config: {
country: '',
searchLabel: 'search for address ...',
searchLabel: 'Search for address ...',
notFoundMessage: 'Sorry, that address could not be found.',
messageHideDelay: 3000,
zoomLevel: 18
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment