NIHVIVO-646 Disable author drag-drop if only 1 author (on page load or after removing an author)
This commit is contained in:
parent
addabdc245
commit
745e98e0fb
3 changed files with 37 additions and 10 deletions
|
@ -7,8 +7,11 @@
|
|||
#authorships li {
|
||||
list-style: none;
|
||||
margin-bottom: .75em;
|
||||
}
|
||||
|
||||
#authorships.ui-sortable li {
|
||||
padding-left: 1em;
|
||||
background: url("../images/sortable_icon.png") no-repeat left center;
|
||||
background: url("../images/sortable_icon.png") no-repeat left center;
|
||||
}
|
||||
|
||||
#authorships a.authorLink {
|
||||
|
@ -95,8 +98,6 @@ form a:hover.cancel,
|
|||
margin-top: 3em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Disabling undo links for the present. Add back later. */
|
||||
/*
|
||||
a.undo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue