2010-01-27 01:38:26 +01:00
|
|
|
/*
|
|
|
|
* Copyright: 2010 by Lars Kruse <devel@sumpfralle.de>
|
|
|
|
* License: GNU GPL v3 or higher (http://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
*/
|
|
|
|
|
|
|
|
#event_map {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* positioning the licence information of the map */
|
|
|
|
#event_map div.olControlAttribution {
|
|
|
|
position: relative;
|
|
|
|
right: 10px;
|
|
|
|
bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* no images within the map (tiles and controls) should have a margin */
|
|
|
|
#event_map img {
|
|
|
|
/* drupal defines 5px margin for img */
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.event_map_info h1 {
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.event_map_info li {
|
|
|
|
font-size: x-small;
|
|
|
|
}
|
|
|
|
|
2011-03-09 01:01:15 +01:00
|
|
|
div.event_GroupDiv {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|