NIHVIVO-2163: Added markup and styles for verbose property display for individual page. The verbose display in property groups needs some tuning.

This commit is contained in:
mb863 2011-03-15 14:37:30 +00:00
parent 26023b7fe2
commit 50eab74e48
2 changed files with 12 additions and 7 deletions

View file

@ -368,3 +368,9 @@ a.edit-mainImage img.edit-individual {
font-size: 0.8em;
background: #f4f4f4;
}
/* VERBOSE DISPLAY------> */
section.verbosePropertyListing {
display: inline-block;
background-color: #eaebec;
padding: 10px;
}