aboutsummaryrefslogtreecommitdiff
path: root/src/css/map.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/map.css')
-rw-r--r--src/css/map.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/css/map.css b/src/css/map.css
new file mode 100644
index 0000000..626ff84
--- /dev/null
+++ b/src/css/map.css
@@ -0,0 +1,23 @@
+.leaflet-control-layers-toggle {
+ background-image: url(../img/leaflet/layers.png);
+}
+
+.leaflet-retina .leaflet-control-layers-toggle {
+ background-image: url(../img/leaflet/layers-2x.png);
+}
+
+#content {
+ position: absolute;
+ top: 0;
+ left: 0;
+ height: 100%;
+ width: 100%;
+}
+
+.leaflet-control-scale {
+ text-align: center;
+}
+
+.info {
+ background-color: white;
+}