Skip to content
Snippets Groups Projects
Commit f14cfe3b authored by Armand Bahi's avatar Armand Bahi
Browse files

Merge branch 'next_version'

Conflicts:
	src/module_vmap/module/css/vmap.less
	src/module_vmap/module/template/layers/mapmodal/maplistlitle.html
parents c9af259a 579f292a
Branches
Tags
No related merge requests found
...@@ -2432,13 +2432,23 @@ div.vmap-select-scale-alert{ ...@@ -2432,13 +2432,23 @@ div.vmap-select-scale-alert{
#basic-tools-dropdown-comapremode{ #basic-tools-dropdown-comapremode{
margin: -10px -1px; margin: -10px -1px;
width: 30%;
min-width: 450px; min-width: 450px;
max-width: 550px; max-width: 550px;
min-height: 55px; min-height: 55px;
padding-top: 15px !important; 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 { .basic-tools-element>span.icon-mirror {
font-size: 16px; font-size: 16px;
line-height: 0; line-height: 0;
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<div url="{{map.url}}" <div url="{{map.url}}"
ng-if="compare" ng-if="compare"
title="{{map.description}}" 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;" style="text-align: center; font-size: 12px;"
onclick="oVmap.getMapManager().loadCompareMap(this)" onclick="oVmap.getMapManager().loadCompareMap(this)"
data-dismiss="modal"> data-dismiss="modal">
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<div ng-if="($index + 1) % 4 !== 0 && compare" <div ng-if="($index + 1) % 4 !== 0 && compare"
url="{{map.url}}" url="{{map.url}}"
title="{{map.description}}" 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;" style="text-align: center; font-size: 12px;"
onclick="oVmap.getMapManager().loadCompareMap(this)" onclick="oVmap.getMapManager().loadCompareMap(this)"
data-dismiss="modal"> data-dismiss="modal">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment