Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
isochrone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institut für Informatik
dbis
dbis-isochrone
isochrone
Commits
e359508f
Commit
e359508f
authored
11 years ago
by
Nikolaus Krismer
Browse files
Options
Downloads
Patches
Plain Diff
small design changes
parent
3e4dea9a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/webapp/css_new/geosearch.css
+8
-16
8 additions, 16 deletions
src/main/webapp/css_new/geosearch.css
src/main/webapp/js_new/geosearch.js
+1
-1
1 addition, 1 deletion
src/main/webapp/js_new/geosearch.js
with
9 additions
and
17 deletions
src/main/webapp/css_new/geosearch.css
+
8
−
16
View file @
e359508f
...
...
@@ -56,8 +56,8 @@
.leaflet-control-geosearch-msg
ul
.leaflet-control-geosearch-result
li
{
border
:
1px
solid
#CCCCCC
;
border-radius
:
5
px
;
box-shadow
:
0
0
2px
rgba
(
0
,
0
,
0
,
0.65
);
border-radius
:
4
px
;
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
;
}
This diff is collapsed.
Click to expand it.
src/main/webapp/js_new/geosearch.js
+
1
−
1
View file @
e359508f
...
...
@@ -30,7 +30,7 @@ L.Control.GeoSearch = L.Control.extend({
_config
:
{
country
:
''
,
searchLabel
:
'
s
earch for address ...
'
,
searchLabel
:
'
S
earch for address ...
'
,
notFoundMessage
:
'
Sorry, that address could not be found.
'
,
messageHideDelay
:
3000
,
zoomLevel
:
18
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment