NIHVIVO-193. Work on custom form for person has position history. Generalized css and javascript to work with other custom forms that will be built for version 1.0 (see NIHVIVO-141).
This commit is contained in:
parent
1b4b52954d
commit
3f09ddf7d2
6 changed files with 484 additions and 94 deletions
|
@ -1,22 +1,2 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
#content form div {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
#content form #existing {
|
||||
float: left;
|
||||
clear: none;
|
||||
/* width: 300px;*/
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#content form #notListed {
|
||||
float: left;
|
||||
clear: none;
|
||||
width: 200px;
|
||||
margin-left: 4em;
|
||||
padding: 10px 0px 10px 16px;
|
||||
border: 1px solid #9c9c9c;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue