|
132 | 132 | border: none;
|
133 | 133 | border-radius: unset;
|
134 | 134 | }
|
| 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 | +} |
135 | 149 | .open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup {
|
136 | 150 | box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
|
137 | 151 | }
|
|
487 | 501 | .open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset:hover {
|
488 | 502 | opacity: 1;
|
489 | 503 | }
|
| 504 | +.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-attribution { |
| 505 | + font-size: 10px; |
| 506 | +} |
490 | 507 | .open-user-map .box-wrap .map-wrap .open-add-location-overlay {
|
491 | 508 | box-sizing: border-box;
|
492 | 509 | position: absolute;
|
|
617 | 634 | margin: 0;
|
618 | 635 | padding: 0;
|
619 | 636 | }
|
| 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 | +} |
620 | 714 | .open-user-map .box-wrap.map-size-fullwidth {
|
621 | 715 | width: 100vw;
|
622 | 716 | margin-left: 50%;
|
|
1046 | 1140 | }
|
1047 | 1141 | .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 {
|
1048 | 1142 | color: white;
|
1049 |
| - background: #bc1b91; |
| 1143 | + background-color: #bc1b91; |
1050 | 1144 | }
|
1051 | 1145 | @media screen and (max-width: 768px) {
|
1052 | 1146 | .open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit] {
|
|
1208 | 1302 | }
|
1209 | 1303 | .open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_image img {
|
1210 | 1304 | max-height: 70vw;
|
| 1305 | + max-width: 100%; |
1211 | 1306 | margin: 0 auto;
|
1212 | 1307 | }
|
1213 | 1308 | .open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text {
|
|
1392 | 1487 | .open-user-map-location-map {
|
1393 | 1488 | aspect-ratio: 1.5;
|
1394 | 1489 | }
|
| 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 | +} |
1395 | 1504 |
|
1396 | 1505 | .open-user-map-locations-list {
|
1397 | 1506 | /* resets */
|
|
0 commit comments