/* SVN FILE: $Id: _locationLine.css 178 2016-05-12 11:42:23Z Wolff $ */
/**
 * @lastChangedBy       $LastChangedBy: Wolff $
 * @copyright           ARZA STUDIO
 * @version             $Revision: 178 $
 * @date                $Date: 2016-05-12 13:42:23 +0200 (Jeu, 12 mai 2016) $
 * @license             LICENSE.TXT
 * @filesource          $URL: https://svn.arza-studio.com/tripalium/trunk/protected/modules/media/assets/media/_locationLine.css $
 */

#map1
{
    height: 130px;
    width: 130px;
    z-index: 1;
    border-radius: 50%;
    display: inline-block;
}
    #map1 .leaflet-control-attribution
    {
        display: none;
    }
#map2
{
    height: 350px;
    width: 100%;
    margin-bottom: 20px;
}
    #map2 .leaflet-popup-content
    {
        text-align: center;
    }
        #map2 .leaflet-popup-content span
        {
            display: block;
            margin-top: 10px;
        }