NIHVIVO-646 Disable author drag-drop if only 1 author (on page load or after removing an author)

This commit is contained in:
rjy7 2010-07-02 16:09:26 +00:00
parent addabdc245
commit 745e98e0fb
3 changed files with 37 additions and 10 deletions

View file

@ -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,