diff --git a/package.json b/package.json index 4893035bb8..a03c71ef68 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "postinstall": "./node_modules/.bin/gulp install;" }, "dependencies": { - "phraseanet-production-client": "~0.9.0" + "phraseanet-production-client": "~0.10.0" } } diff --git a/resources/www/prod/skins/ui-components/_modal-edit.scss b/resources/www/prod/skins/ui-components/_modal-edit.scss index 890a17bbe6..26d4d82048 100644 --- a/resources/www/prod/skins/ui-components/_modal-edit.scss +++ b/resources/www/prod/skins/ui-components/_modal-edit.scss @@ -482,18 +482,27 @@ div.thesaurus { top: 0px; left: 10px; right: 10px; - margin-top: 21px; + margin-top: 0px; border-top: 1px solid $workzoneTabTopBorder; border-radius: 0; - height: 43px; + height: 32px; border-bottom: 1px solid $workzoneTabBorderBottom; } .ui-tabs-panel { position: absolute; - top: 56px; + top: 32px; left: 0; bottom: 0; right: 0; } } + #geonameTabContainer { + ul.geoname-results { + list-style-type: none; + margin: 10px; + .geoname-add-action { + cursor: pointer; + } + } + } } diff --git a/templates/web/prod/actions/edit_default.html.twig b/templates/web/prod/actions/edit_default.html.twig index 4276faa55d..fa93393b6f 100644 --- a/templates/web/prod/actions/edit_default.html.twig +++ b/templates/web/prod/actions/edit_default.html.twig @@ -244,10 +244,10 @@ {% if thesaurus %}