Private
Public Access
1
0

leaflet map - path not working

This commit is contained in:
Sander Roosendaal
2017-08-11 13:38:24 +02:00
parent 008e1ac2ee
commit 3a51c5c978
88 changed files with 32115 additions and 187 deletions

View File

@@ -0,0 +1,66 @@
.object-tools {
float: right;
margin-bottom: 10px;
.btn {
margin-left: 5px;
}
}
.actions {
margin-bottom: 5px;
label {
display: inline;
}
}
.below-actions .changelist-save {
margin-top: -43px;
}
/* CHANGELISTS */
.change-list .hiddenfields {
display: none;
}
/* ACTIONS */
#changelist .actions span.all,
#changelist .actions span.action-counter,
#changelist .actions span.clear,
#changelist .actions span.question {
display: none;
}
#changelist #action-toggle {
display: none;
}
/* Decided to hide action label */
#changelist .actions span.action-label {
display: none;
}
#toolbar form {
margin: 0 0 15px 0;
}
/* Search multi-line wrap top margin */
.search-container {
margin-top: -5px;
input, select {
margin-top: 5px;
}
input[type="radio"], input[type="checkbox"] {
margin-top: 3px;
}
.result-count {
display: inline-block;
margin: 5px 0 0 5px;
white-space: nowrap;
vertical-align: middle;
}
.active {
border-color: orange;
box-shadow: 0 0 1px 0px orange;
}
}