mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Add custom data settings modal with file picker or vector tile url
This commit is contained in:
+15
-5
@@ -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
|
||||
------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user