laf f2b3dabcaa Add 'lib/Leaflet.markercluster/' from commit 'e96388d6cb2be12f113a20a9b40812f42f96d805'
git-subtree-dir: lib/Leaflet.markercluster
git-subtree-mainline: 1218d227bedc0344f0335e42845d2fa6dfdaa6eb
git-subtree-split: e96388d6cb2be12f113a20a9b40812f42f96d805
2015-07-20 15:11:37 +01:00

29 lines
485 B
CSS

#map {
width: 800px;
height: 600px;
border: 1px solid #ccc;
}
#progress {
display: none;
position: absolute;
z-index: 1000;
left: 400px;
top: 300px;
width: 200px;
height: 20px;
margin-top: -20px;
margin-left: -100px;
background-color: #fff;
background-color: rgba(255, 255, 255, 0.7);
border-radius: 4px;
padding: 2px;
}
#progress-bar {
width: 0;
height: 100%;
background-color: #76A6FC;
border-radius: 4px;
}