[view/map] Make auto zoom configurable

This commit is contained in:
amercader
2012-04-16 11:04:05 +02:00
parent ac371773d0
commit 1dbd8bf957
2 changed files with 25 additions and 7 deletions

View File

@@ -18,6 +18,11 @@
}
.data-map-container .editor select {
width: 100%;
width: 100%;
}
.data-map-container .editor .editor-options {
margin-top: 10px;
border-top: 1px solid gray;
padding: 5px 0;
}