primo commit
This commit is contained in:
28
media/com_jem/css/geostyle.css
Normal file
28
media/com_jem/css/geostyle.css
Normal file
@ -0,0 +1,28 @@
|
||||
/**
|
||||
* @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;
|
||||
}
|
||||
Reference in New Issue
Block a user