From 5c65421096d6c9f7880594cf2cca5cf61760254b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Mon, 22 Aug 2016 19:47:36 +0200 Subject: [PATCH] drawing map features and opening popups --- src/c3nav/control/static/control/control.css | 5 +- .../control/templates/control/editor.html | 128 +++++++++++++----- 2 files changed, 99 insertions(+), 34 deletions(-) diff --git a/src/c3nav/control/static/control/control.css b/src/c3nav/control/static/control/control.css index fc1392e0..f8b29227 100644 --- a/src/c3nav/control/static/control/control.css +++ b/src/c3nav/control/static/control/control.css @@ -13,9 +13,12 @@ top:2px; } -.leaflet-biggericon { +.leaflet-editbar a { font-size: 14px; } +.leaflet-editbar a.current { + background-color:#FFFFDD; +} .leaflet-levels a { font-size:16px; color:#333333; diff --git a/src/c3nav/control/templates/control/editor.html b/src/c3nav/control/templates/control/editor.html index e5918363..8b76e855 100644 --- a/src/c3nav/control/templates/control/editor.html +++ b/src/c3nav/control/templates/control/editor.html @@ -1,10 +1,12 @@ {% extends 'control/base.html' %} +{% load static %} {% block content %}
{% endblock %} {% block addbottom %}