NIHVIVO-1316: Added add/edit/delete functionality to object properties in individual pages.

This commit is contained in:
mb863 2011-01-11 19:58:13 +00:00
parent c02c26a393
commit d61a526542
6 changed files with 20 additions and 4 deletions

View file

@ -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;
}