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.
This commit is contained in:
Stefan Breunig 2013-03-02 12:03:23 +01:00
parent bc7de777a2
commit 7207a1f50d
2 changed files with 9 additions and 0 deletions

4
dist/style.0.7.css vendored
View File

@ -401,6 +401,10 @@ input {
font-style: italic;
}
.leaflet-control-layers input {
height: auto;
padding: 0;
}
/* portal title and image */
h3 {

View File

@ -401,6 +401,11 @@ input {
font-style: italic;
}
.leaflet-control-layers input {
height: auto;
padding: 0;
}
/* portal title and image */
h3 {