removed links on author names for author form and replaced with <span> NIHVIVO-646

This commit is contained in:
nac26 2010-07-14 13:28:11 +00:00
parent daef1dd686
commit 9a9784c632
3 changed files with 13 additions and 13 deletions

View file

@ -15,14 +15,14 @@
background: url("../images/sortable_icon.png") no-repeat left center;
}
#authorships .authorLinkWrapper {
#authorships .authorNameWrapper {
display: inline-block;
width: 15em;
}
#authorships.dd .authorLinkWrapper,
#authorships.dd .authorNameWrapper,
#authorships.dd li,
#authorships.dd a.authorLink {
#authorships.dd span.authorName {
cursor: move;
}