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:
parent
9837855d58
commit
614c139431
1 changed files with 15 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue