Add custom data settings modal with file picker or vector tile url

This commit is contained in:
Bryan Housel
2018-08-17 17:26:12 -04:00
parent 4b446e9e78
commit 0ae4099ff6
7 changed files with 207 additions and 28 deletions
+15 -5
View File
@@ -3875,16 +3875,26 @@ svg.mouseclick use.right {
/* Settings Modals
------------------------------------------------------- */
.settings-custom-background .instructions {
margin-bottom: 20px;
}
.settings-custom-background textarea {
.settings-modal textarea {
height: 60px;
}
.settings-custom-background .buttons .button.col3 {
.settings-modal .buttons .button.col3 {
float: none; /* undo float left */
}
.settings-custom-background .instructions-template {
margin-bottom: 20px;
}
.settings-custom-data .instructions-file {
margin-bottom: 10px;
}
.settings-custom-data .field-file,
.settings-custom-data .instructions-template {
margin-bottom: 20px;
}
/* Save Mode
------------------------------------------------------- */