diff --git a/webapp/web/css/individual/individual.css b/webapp/web/css/individual/individual.css index b5085beeb..31f15f9b7 100644 --- a/webapp/web/css/individual/individual.css +++ b/webapp/web/css/individual/individual.css @@ -368,4 +368,19 @@ article.property ul.subclass-property-list li{ padding: 0.2em 0.4em; font-size: 0.8em; background: #f4f4f4; +} +/* EDITING DISPLAY------> */ +.add-individual{ + vertical-align: middle; + margin-left: 2px; +} +.edit-individual{ + border-left: 1px dotted #B2D15A; + margin-left: 10px; + padding-left: 8px; + padding-right: 1px; + vertical-align: text-top; +} +.delete-individual{ + vertical-align: text-top; } \ No newline at end of file diff --git a/webapp/web/images/individual/addIcon.gif b/webapp/web/images/individual/addIcon.gif new file mode 100644 index 000000000..d6b7513cd Binary files /dev/null and b/webapp/web/images/individual/addIcon.gif differ diff --git a/webapp/web/images/individual/deleteIcon.gif b/webapp/web/images/individual/deleteIcon.gif new file mode 100644 index 000000000..a2eb34410 Binary files /dev/null and b/webapp/web/images/individual/deleteIcon.gif differ diff --git a/webapp/web/images/individual/editIcon.gif b/webapp/web/images/individual/editIcon.gif new file mode 100644 index 000000000..febfe465a Binary files /dev/null and b/webapp/web/images/individual/editIcon.gif differ diff --git a/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl b/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl index 6d709532f..cab153763 100644 --- a/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl +++ b/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl @@ -24,7 +24,7 @@ <#list group.properties as property>
<#-- Property display name --> -

${property.name}

<@p.addLink property showEditingLinks /> +

${property.name} <@p.addLink property showEditingLinks />

<#-- List the statements for each property -->