NIHVIVO-194 First draft of educational background form. Degree select doesn't get populated, so committing now so BrianC can take a look.

This commit is contained in:
rjy7 2010-04-02 20:15:08 +00:00
parent a3824b1656
commit 715d0c7026
6 changed files with 159 additions and 83 deletions

View file

@ -48,7 +48,6 @@
}
#content form p.inline.year input {
margin-left: 12em;
margin-top: -1.75em;
}

View file

@ -0,0 +1,9 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
#content form #existing {
clear: left;
}
#content form p.inline.year input {
margin-left: 9em;
}

View file

@ -2,4 +2,8 @@
#endYearHint {
margin-left: 1em;
}
#content form p.inline.year input {
margin-left: 12em;
}