NIHVIVO-193 Markup and style tweaks for personHasPositionHistory
This commit is contained in:
parent
0de717ad46
commit
1b4b52954d
3 changed files with 41 additions and 32 deletions
|
@ -1,13 +1,21 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
#content form {
|
||||
width: 50%;
|
||||
#content form div {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
#orgNotListed {
|
||||
float: right;
|
||||
margin-right: 20em;
|
||||
#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