Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vMap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marty Fabien
vMap
Commits
a1a294cb
Commit
a1a294cb
authored
6 years ago
by
Armand Bahi
Browse files
Options
Downloads
Patches
Plain Diff
Fenêtres comparaison et choix de la carte en cours de même largeur
parent
66eb03a5
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
module/css/vmap.less
+11
-1
11 additions, 1 deletion
module/css/vmap.less
module/template/layers/mapmodal/maplistlitle.html
+2
-2
2 additions, 2 deletions
module/template/layers/mapmodal/maplistlitle.html
with
13 additions
and
3 deletions
module/css/vmap.less
+
11
−
1
View file @
a1a294cb
...
...
@@ -2432,13 +2432,23 @@ div.vmap-select-scale-alert{
#basic-tools-dropdown-comapremode{
margin: -10px -1px;
width: 30%;
min-width: 450px;
max-width: 550px;
min-height: 55px;
padding-top: 15px !important;
}
@media only screen and (max-width:1200px) {
#basic-tools-dropdown-comapremode {
width: 30%;
}
}
@media only screen and (min-width:1200px) {
#basic-tools-dropdown-comapremode {
width: 550px;
}
}
.basic-tools-element>span.icon-mirror {
font-size: 16px;
line-height: 0;
...
...
This diff is collapsed.
Click to expand it.
module/template/layers/mapmodal/maplistlitle.html
+
2
−
2
View file @
a1a294cb
...
...
@@ -47,7 +47,7 @@
<div
url=
"{{map.url}}"
ng-if=
"compare"
title=
"{{map.description}}"
class=
"col-md-
6
margin-10 pointer opacity-hover underline-hover maplist-map"
class=
"col-md-
3
margin-10 pointer opacity-hover underline-hover maplist-map"
style=
"text-align: center; font-size: 12px;"
onclick=
"oVmap.getMapManager().loadCompareMap(this)"
data-dismiss=
"modal"
>
...
...
@@ -74,7 +74,7 @@
<div
ng-if=
"($index + 1) % 4 !== 0 && compare"
url=
"{{map.url}}"
title=
"{{map.description}}"
class=
"col-md-
6
margin-10 pointer opacity-hover underline-hover maplist-map"
class=
"col-md-
3
margin-10 pointer opacity-hover underline-hover maplist-map"
style=
"text-align: center; font-size: 12px;"
onclick=
"oVmap.getMapManager().loadCompareMap(this)"
data-dismiss=
"modal"
>
...
...
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