NIHVIVO-3153 Initial attempt at more/less for properties on individual page. It currently kicks in when there are more than 3 instances of a property across the board (not aware of the display limit annotation so it's not per-property configurable).

This commit is contained in:
cappadona 2011-09-28 15:11:57 +00:00
parent 9837855d58
commit 614c139431

View file

@ -231,6 +231,21 @@ a.edit-mainImage img.edit-individual {
.middle {
vertical-align: middle;
}
a.more-less {
margin-left: 1.5em;
padding: .3em .8em;
font-size: .8em;
text-decoration: none;
color: #666;
background: #eee;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
a:hover.more-less {
color: #fff;
background: #888;
}
/* VERBOSE DISPLAY------> */
section.verbosePropertyListing {
display: inline-block;