2010-03-26 23:06:38 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
2010-03-29 13:46:59 +00:00
|
|
|
#content form div {
|
|
|
|
clear: left;
|
2010-03-26 23:06:38 +00:00
|
|
|
}
|
|
|
|
|
2010-03-29 13:46:59 +00:00
|
|
|
#content form #existing {
|
|
|
|
float: left;
|
|
|
|
clear: none;
|
|
|
|
/* width: 300px;*/
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content form #notListed {
|
|
|
|
float: left;
|
|
|
|
clear: none;
|
2010-03-26 23:06:38 +00:00
|
|
|
width: 200px;
|
2010-03-29 13:46:59 +00:00
|
|
|
margin-left: 4em;
|
2010-03-26 23:06:38 +00:00
|
|
|
padding: 10px 0px 10px 16px;
|
|
|
|
border: 1px solid #9c9c9c;
|
|
|
|
|
|
|
|
}
|