NIHVIVO-193. Implemented position type dropdown for person has position history form.

This commit is contained in:
rjy7 2010-03-29 17:14:24 +00:00
parent 3f09ddf7d2
commit e60a89f1cb
3 changed files with 29 additions and 289 deletions

View file

@ -48,4 +48,8 @@ select,
/* This div starts off hidden in case Javascript is disabled. Javascript will show it. */
.addNewLink {
display: none;
}
option {
padding: 0 2px;
}