Skip to content

Commit 63a3df8

Browse files
committed
Syncing with 1.3.39
1 parent 2d7abfe commit 63a3df8

File tree

106 files changed

+2361
-2612
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+2361
-2612
lines changed

assets/frontend.css

Lines changed: 110 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,20 @@
132132
border: none;
133133
border-radius: unset;
134134
}
135+
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-marker-icon:not(.marker-cluster) {
136+
height: 40px !important;
137+
width: 40px !important;
138+
margin-top: -40px !important;
139+
margin-left: -20px !important;
140+
object-fit: contain;
141+
object-position: center bottom;
142+
}
143+
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-marker-icon:not(.marker-cluster):hover {
144+
width: 44px !important;
145+
height: 44px !important;
146+
margin-top: -44px !important;
147+
margin-left: -22px !important;
148+
}
135149
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup {
136150
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
137151
}
@@ -487,6 +501,9 @@
487501
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset:hover {
488502
opacity: 1;
489503
}
504+
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-attribution {
505+
font-size: 10px;
506+
}
490507
.open-user-map .box-wrap .map-wrap .open-add-location-overlay {
491508
box-sizing: border-box;
492509
position: absolute;
@@ -617,6 +634,83 @@
617634
margin: 0;
618635
padding: 0;
619636
}
637+
.open-user-map .box-wrap .oum-filter-controls {
638+
position: absolute;
639+
z-index: 9999;
640+
right: 10px;
641+
bottom: 20px;
642+
}
643+
.open-user-map .box-wrap .oum-filter-controls .oum-filter-toggle {
644+
display: none;
645+
background-color: rgba(255, 255, 255, 0.9);
646+
background-image: url("images/ico_marker_categories.png");
647+
background-position: center center;
648+
background-repeat: no-repeat;
649+
background-size: 60%;
650+
width: 44px;
651+
height: 44px;
652+
border: 2px solid rgba(0, 0, 0, 0.2);
653+
border-radius: 5px;
654+
cursor: pointer;
655+
position: relative;
656+
z-index: 1;
657+
}
658+
.open-user-map .box-wrap .oum-filter-controls .oum-filter-list {
659+
background: rgba(255, 255, 255, 0.9);
660+
padding: 10px;
661+
border: 2px solid rgba(0, 0, 0, 0.2);
662+
border-radius: 5px;
663+
position: absolute;
664+
z-index: 2;
665+
right: 0;
666+
bottom: 0;
667+
width: 130px;
668+
display: flex;
669+
flex-direction: column;
670+
gap: 10px;
671+
}
672+
.open-user-map .box-wrap .oum-filter-controls .oum-filter-list label {
673+
display: flex;
674+
align-items: flex-start;
675+
gap: 9px;
676+
margin: 0;
677+
padding: 0;
678+
font-weight: normal;
679+
cursor: pointer;
680+
}
681+
.open-user-map .box-wrap .oum-filter-controls .oum-filter-list label input[type=checkbox] {
682+
margin: 0;
683+
position: relative;
684+
top: 2px;
685+
appearance: auto;
686+
accent-color: #e02aaf;
687+
position: relative;
688+
width: 16px;
689+
height: 16px;
690+
flex-shrink: 0;
691+
}
692+
.open-user-map .box-wrap .oum-filter-controls .oum-filter-list label img {
693+
height: 26px;
694+
width: 26px;
695+
object-fit: contain;
696+
object-position: top;
697+
transform: translateY(-10%);
698+
flex-shrink: 0;
699+
}
700+
.open-user-map .box-wrap .oum-filter-controls .oum-filter-list label span {
701+
font-size: 13px;
702+
hyphens: auto;
703+
}
704+
.open-user-map .box-wrap .oum-filter-controls.use-collapse .oum-filter-toggle {
705+
display: block;
706+
}
707+
.open-user-map .box-wrap .oum-filter-controls.use-collapse .oum-filter-list {
708+
display: none;
709+
background: white;
710+
}
711+
.open-user-map .box-wrap .oum-filter-controls.use-collapse:hover .oum-filter-list {
712+
display: flex;
713+
}
620714
.open-user-map .box-wrap.map-size-fullwidth {
621715
width: 100vw;
622716
margin-left: 50%;
@@ -1046,7 +1140,7 @@
10461140
}
10471141
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit]:hover, .open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit]:active {
10481142
color: white;
1049-
background: #bc1b91;
1143+
background-color: #bc1b91;
10501144
}
10511145
@media screen and (max-width: 768px) {
10521146
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit] {
@@ -1208,6 +1302,7 @@
12081302
}
12091303
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_image img {
12101304
max-height: 70vw;
1305+
max-width: 100%;
12111306
margin: 0 auto;
12121307
}
12131308
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text {
@@ -1392,6 +1487,20 @@
13921487
.open-user-map-location-map {
13931488
aspect-ratio: 1.5;
13941489
}
1490+
.open-user-map-location-map .leaflet-marker-icon:not(.marker-cluster) {
1491+
height: 40px !important;
1492+
width: 40px !important;
1493+
margin-top: -40px !important;
1494+
margin-left: -20px !important;
1495+
object-fit: contain;
1496+
object-position: center bottom;
1497+
}
1498+
.open-user-map-location-map .leaflet-marker-icon:not(.marker-cluster):hover {
1499+
width: 44px !important;
1500+
height: 44px !important;
1501+
margin-top: -44px !important;
1502+
margin-left: -22px !important;
1503+
}
13951504

13961505
.open-user-map-locations-list {
13971506
/* resets */

assets/frontend.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)