29 lines
		
	
	
		
			478 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			478 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /**
 | |
|  * @package    JEM
 | |
|  * @copyright  (C) 2013-2024 joomlaeventmanager.net
 | |
|  * @copyright  (C) 2005-2009 Christoph Lukes
 | |
|  * @license    https://www.gnu.org/licenses/gpl-3.0 GNU/GPL
 | |
|  */
 | |
| 
 | |
| #geocomplete {
 | |
|     width: 88%;
 | |
| }
 | |
| 
 | |
| /**
 | |
| input#geocomplete {
 | |
| 	height: 20px;
 | |
| }
 | |
|  */
 | |
| input.geobutton {
 | |
|     height: 27px; /* maybe 24px ? */
 | |
|     padding: 0 4px;
 | |
|     cursor: pointer;
 | |
|     border: 1px solid #000000;
 | |
| }
 | |
| 
 | |
| .map_canvas {
 | |
|     width: 100%;
 | |
|     height: 250px;
 | |
|     margin: 10px 20px 10px 0px;
 | |
| }
 |