Make attribution control collapsible.

This commit is contained in:
Antoine Abt
2014-05-28 15:10:01 +02:00
parent 121d19e0ba
commit 5a1e92830f
5 changed files with 171 additions and 53 deletions

View File

@@ -9,7 +9,7 @@ body {
background: url(textured_paper.jpeg) repeat;
}
.ol-attribution {
max-width: 50%;
max-width: calc(100%-3em);
}
#tags {
display: none;