From 7207a1f50d8c95d7048551c9c29f7509ac0865e9 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Sat, 2 Mar 2013 12:03:23 +0100 Subject: [PATCH] most likely fix #341. The fix has been ported to 0.7.x, too. The layer chooser should be much more compact on chrome now. --- dist/style.0.7.css | 4 ++++ style.css | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/dist/style.0.7.css b/dist/style.0.7.css index 43bc610c..942c733a 100644 --- a/dist/style.0.7.css +++ b/dist/style.0.7.css @@ -401,6 +401,10 @@ input { font-style: italic; } +.leaflet-control-layers input { + height: auto; + padding: 0; +} /* portal title and image */ h3 { diff --git a/style.css b/style.css index d4e30170..3ebf08bc 100644 --- a/style.css +++ b/style.css @@ -401,6 +401,11 @@ input { font-style: italic; } +.leaflet-control-layers input { + height: auto; + padding: 0; +} + /* portal title and image */ h3 {