Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geomap_field
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
geomap_field
Merge requests
!4
#3507085
- Setup Gitlab CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#3507085
- Setup Gitlab CI
issue/geomap_field-3507085:3507085-setup_gitlab_ci
into
1.0.x
Overview
0
Commits
5
Pipelines
6
Changes
12
Merged
nidr
requested to merge
issue/geomap_field-3507085:3507085-setup_gitlab_ci
into
1.0.x
2 months ago
Overview
0
Commits
5
Pipelines
6
Changes
12
Expand
Closes
#3507085
0
0
Merge request reports
Compare
1.0.x
version 4
93b456a2
2 months ago
version 3
b5e47868
2 months ago
version 2
e9267c94
2 months ago
version 1
56fab8fe
2 months ago
1.0.x (base)
and
latest version
latest version
ab82fc5c
5 commits,
2 months ago
version 4
93b456a2
5 commits,
2 months ago
version 3
b5e47868
4 commits,
2 months ago
version 2
e9267c94
2 commits,
2 months ago
version 1
56fab8fe
1 commit,
2 months ago
12 files
+
290
−
155
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
css/geomap_default_widget.css
+
15
−
15
Options
@@ -20,17 +20,17 @@
}
.geomap-widget-map
{
height
:
100%
;
width
:
100%
;
height
:
100%
;
}
.geolocation-suggestions-list
{
margin
:
0
;
padding
:
0
;
position
:
absolute
;
left
:
11px
;
bottom
:
11px
;
z-index
:
1000
;
bottom
:
11px
;
left
:
11px
;
margin
:
0
;
padding
:
0
;
}
.geolocation-suggestions-list-item
{
@@ -38,17 +38,17 @@
}
.geolocation-suggestions-list-item
button
{
display
:
flex
;
align-items
:
center
;
padding
:
8px
16px
;
border
:
none
;
background-color
:
#fff
;
box-shadow
:
0
0
15px
rgba
(
0
,
0
,
0
,
0.2
);
border
:
none
;
display
:
flex
;
align-items
:
center
;
}
.geolocation-suggestions-list-item
button
:after
{
content
:
url(../images/baseline-reply-24px.svg)
;
.geolocation-suggestions-list-item
button
::after
{
padding-left
:
8px
;
content
:
url(../images/baseline-reply-24px.svg)
;
}
.geolocation-suggestions-list-item
button
:hover
{
@@ -56,16 +56,16 @@
}
.geomap-loader
{
position
:
absolute
;
z-index
:
1000
;
top
:
16px
;
right
:
16px
;
width
:
42px
;
height
:
42px
;
animation
:
geomap-loader-spin
1s
linear
infinite
;
border
:
8px
solid
transparent
;
border-top
:
8px
solid
#1f86c7
;
border-radius
:
50%
;
animation
:
geomap-loader-spin
1s
linear
infinite
;
position
:
absolute
;
z-index
:
1000
;
top
:
16px
;
right
:
16px
;
}
.geomap-loader
[
aria-hidden
=
"true"
]
{
Loading