MapBox integration into record editor

This commit is contained in:
Florian BLOUET
2016-04-05 15:42:11 +02:00
parent 856a7b3ebe
commit 8aaf924d5d
2 changed files with 4 additions and 1 deletions

View File

@@ -33,6 +33,6 @@
"postinstall": "./node_modules/.bin/gulp install;"
},
"dependencies": {
"phraseanet-production-client": "~0.12.0"
"phraseanet-production-client": "~0.13.0"
}
}

View File

@@ -503,6 +503,9 @@ div.thesaurus {
.geoname-add-action {
cursor: pointer;
}
.ui-state-highlight {
color: #2e7db2;
}
}
}
}