feature/google-maps-in-mapeditor-added #33
@ -77,6 +77,9 @@
 | 
				
			|||||||
    #placeControl {
 | 
					    #placeControl {
 | 
				
			||||||
        top: calc(50% + 10px);
 | 
					        top: calc(50% + 10px);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					    .hideOnMobile {
 | 
				
			||||||
 | 
					        display: none;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media screen and (min-width: 1000px), (max-height: 599px) {
 | 
					@media screen and (min-width: 1000px), (max-height: 599px) {
 | 
				
			||||||
 | 
				
			|||||||
@ -13,12 +13,12 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
@section(subheader) 
 | 
					@section(subheader) 
 | 
				
			||||||
           <span><a href="javascript:;" id="mapName" title="Edit map data"><?= $mapName ?></a></span><!--
 | 
					           <span><a href="javascript:;" id="mapName" title="Edit map data"><?= $mapName ?></a></span><!--
 | 
				
			||||||
        --><span class="inline" id="mapSelection">
 | 
					        --><span class="inline hideOnMobile" id="mapSelection">
 | 
				
			||||||
                <button id="mapSelector">
 | 
					                <button id="mapSelector">
 | 
				
			||||||
                    <img src="<?= $_ENV['STATIC_ROOT'] ?>/img/map.svg?rev=<?= REVISION ?>" alt="Map Selector" />
 | 
					                    <img src="<?= $_ENV['STATIC_ROOT'] ?>/img/map.svg?rev=<?= REVISION ?>" alt="Map Selector" />
 | 
				
			||||||
                </button>
 | 
					                </button>
 | 
				
			||||||
           </span><!--
 | 
					           </span><!--
 | 
				
			||||||
        --><span>
 | 
					        --><span class="inline hideOnMobile">
 | 
				
			||||||
               <input type="text" id="jumpCoordinates" placeholder="Insert coordinates here" />
 | 
					               <input type="text" id="jumpCoordinates" placeholder="Insert coordinates here" />
 | 
				
			||||||
               <button id="jumpButton" disabled >Jump</button>
 | 
					               <button id="jumpButton" disabled >Jump</button>
 | 
				
			||||||
           </span><!--
 | 
					           </span><!--
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user