2010-03-29 15:41:45 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
|
|
|
/* Some of these styles should most likely apply to all forms. */
|
|
|
|
|
|
|
|
#content form {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content form div {
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#addNewLink {
|
|
|
|
float: right;
|
|
|
|
margin-right: 18em;
|
|
|
|
margin-top: .8em;
|
|
|
|
width: 30%;
|
|
|
|
padding: .6em 0 .6em 1.5em;
|
|
|
|
border: 1px solid #9c9c9c;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#content form #existing {
|
2010-03-30 01:03:57 +00:00
|
|
|
float: left;
|
|
|
|
clear: none;
|
|
|
|
display: inline-block;
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#new {
|
|
|
|
padding: .6em 0 .6em 1.5em;
|
|
|
|
border: 1px solid #9c9c9c;
|
|
|
|
}
|
|
|
|
|
2010-03-30 01:03:57 +00:00
|
|
|
/* #content form p.inline span,*/
|
2010-03-29 15:41:45 +00:00
|
|
|
#content form p.inline input {
|
|
|
|
float: right;
|
|
|
|
clear: right;
|
|
|
|
}
|
|
|
|
|
2010-03-30 01:03:57 +00:00
|
|
|
#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;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
2010-03-29 15:41:45 +00:00
|
|
|
input,
|
|
|
|
select,
|
|
|
|
#content form p {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* This div starts off hidden in case Javascript is disabled. Javascript will show it. */
|
2010-03-30 01:03:57 +00:00
|
|
|
#addNewLink {
|
2010-03-29 15:41:45 +00:00
|
|
|
display: none;
|
2010-03-29 17:14:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
option {
|
|
|
|
padding: 0 2px;
|
2010-03-30 01:03:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#content form .hint {
|
|
|
|
color: #9c9c9c;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content form .requiredHint {
|
|
|
|
color: #ff7700;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content form #requiredLegend {
|
|
|
|
font-style: italic;
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|