diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-11-17 12:55:20 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-11-17 12:55:20 +0100 |
commit | 2c542df05fa321655842872ed3a0412f780acdc7 (patch) | |
tree | e5f026eaf2984a852a11d7820badb67845cdc4eb | |
parent | ecf150601c6f63c3faa3d9736fd8a64096eaf71b (diff) | |
download | Chimère-2c542df05fa321655842872ed3a0412f780acdc7.tar.bz2 Chimère-2c542df05fa321655842872ed3a0412f780acdc7.zip |
layerswitcher: minor css
-rw-r--r-- | chimere/static/ol3-layerswitcher/ol3-layerswitcher.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chimere/static/ol3-layerswitcher/ol3-layerswitcher.css b/chimere/static/ol3-layerswitcher/ol3-layerswitcher.css index 088abd9..4d305ec 100644 --- a/chimere/static/ol3-layerswitcher/ol3-layerswitcher.css +++ b/chimere/static/ol3-layerswitcher/ol3-layerswitcher.css @@ -66,6 +66,7 @@ .layer-switcher li.layer { display: table; + border-spacing: 4px; } .layer-switcher li.layer label, .layer-switcher li.layer input { |