NIHVIVO-193 Added Javascript functionality to custom form for person has position
This commit is contained in:
parent
43a7454db8
commit
f1ab7cd78d
3 changed files with 172 additions and 53 deletions
|
@ -21,10 +21,9 @@
|
|||
}
|
||||
|
||||
#content form #existing {
|
||||
float: left;
|
||||
clear: none;
|
||||
/* width: 300px;*/
|
||||
display: inline-block;
|
||||
float: left;
|
||||
clear: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#new {
|
||||
|
@ -32,13 +31,24 @@
|
|||
border: 1px solid #9c9c9c;
|
||||
}
|
||||
|
||||
/* #content form p.inline span,*/
|
||||
#content form p.inline input {
|
||||
margin-right: 50em;
|
||||
margin-top: -1.75em;
|
||||
float: right;
|
||||
clear: right;
|
||||
}
|
||||
|
||||
#content form p.inline.year input {
|
||||
margin-right: 46em;
|
||||
margin-top: -1.75em;
|
||||
}
|
||||
|
||||
/*
|
||||
#content form p.inline.year span.hint {
|
||||
margin-right: 38.5em;
|
||||
margin-top: -2.4em;
|
||||
}
|
||||
*/
|
||||
|
||||
input,
|
||||
select,
|
||||
#content form p {
|
||||
|
@ -46,10 +56,24 @@ select,
|
|||
}
|
||||
|
||||
/* This div starts off hidden in case Javascript is disabled. Javascript will show it. */
|
||||
.addNewLink {
|
||||
#addNewLink {
|
||||
display: none;
|
||||
}
|
||||
|
||||
option {
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
#content form .hint {
|
||||
color: #9c9c9c;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#content form .requiredHint {
|
||||
color: #ff7700;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#content form #requiredLegend {
|
||||
font-style: italic;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue