diff --git a/views/css/d.poi.css b/views/css/d.poi.css index 321f788..20e5ae5 100755 --- a/views/css/d.poi.css +++ b/views/css/d.poi.css @@ -158,6 +158,10 @@ form.form input[type=radio]+label img { font-style: italic; } +#permalink { + width: calc(100% - 20px); +} + /***************************************** Controls of the map *****************************************/ diff --git a/views/d.poi.edit.html b/views/d.poi.edit.html index 649b63e..6556086 100755 --- a/views/d.poi.edit.html +++ b/views/d.poi.edit.html @@ -118,12 +118,34 @@ updateForm($(this).prev().val()); }); }); -

+ + + + + +