Subversion Repositories eFlore/Applications.coel

Rev

Rev 1850 | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

@CHARSET "UTF-8";

body {
        margin: 0px;
        padding: 0px;
}

#map {
        position: relative;
}

#logo-tb {
        position: fixed;
        top: 10px;
        left: 9px;
        z-index: 2000; /* ça ou autre chose... */
        border: solid #bebebe 1px;
        padding: 5px;
        border-radius: 4px;
        background-color: rgba(255,255,255,0.9);
}

.leaflet-left .leaflet-control {
    margin-top: 95px;
}

#logo-tb img {
        height: 60px;
}

ul {
        padding-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
}

ul li {
    background: url("../images/petitCarreContour.jpg") no-repeat scroll 10px 6px transparent;
    line-height: 18px;
    list-style: none outside none;
    padding-left: 25px;
}

a {
        text-decoration : none;
    border-bottom: 1px dotted #95AE5D;
    color: #598000;
    margin: 0;
}

.popup-simple-text {
        font-size: 1.15em;
}

#map .marker-cluster-small {
    background-color: rgba(0, 102, 0, 0.5);
}

#map .marker-cluster-medium {
    background-color: rgba(241, 211, 87, 0.8);
}