NIHVIVO-646 Fixed problem of cursor:pointer not taking effect on drag-drop list in add author form.

NIHVIVO-742 Restored v1.0 datetime handling to educational background form.
This commit is contained in:
rjy7 2010-07-06 14:05:57 +00:00
parent 93d8b6100a
commit 35a35daab8
4 changed files with 18 additions and 11 deletions

View file

@ -20,6 +20,10 @@
width: 15em;
}
#authorships.dd .authorLinkWrapper {
cursor: pointer;
}
#showAddForm span.or {
display: none;
}