static/pngtile/map.css
author Tero Marttila <terom@qmsk.net>
Sat, 04 Oct 2014 03:03:17 +0300
changeset 174 58c9e2de0dd4
parent 145 51908b0cc3a1
permissions -rw-r--r--
pngtile.cache: set last_modified/cache-control in 304 response as well..
#map {
    overflow: hidden;
    position: absolute;

    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

div.leaflet-control-link {

}

a.leaflet-control-link-link {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    padding: 0.5em;
    border-radius: 4px;
}