2010-03-29 15:41:45 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
|
|
|
#content form {
|
2010-04-02 23:11:13 +00:00
|
|
|
/* width: 50%;*/
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#content form div {
|
2010-04-01 05:16:34 +00:00
|
|
|
clear: left;
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|
|
|
|
|
2010-03-30 01:06:45 +00:00
|
|
|
#content form h6 {
|
|
|
|
font-size: 110%;
|
|
|
|
}
|
|
|
|
|
2010-04-02 22:30:09 +00:00
|
|
|
#content form div.addNewLink {
|
2010-04-01 05:16:34 +00:00
|
|
|
float: left;
|
|
|
|
clear: none;
|
|
|
|
margin-left: 5em;
|
|
|
|
margin-top: .9em;
|
2010-04-02 23:11:13 +00:00
|
|
|
width: 200px;
|
|
|
|
padding: 0.8em;
|
2010-03-29 15:41:45 +00:00
|
|
|
border: 1px solid #9c9c9c;
|
2010-03-30 19:33:54 +00:00
|
|
|
display: none; /* Hide if Javascript disabled. Javascript will show. */
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|
|
|
|
|
2010-04-02 22:30:09 +00:00
|
|
|
#content form .existing {
|
2010-03-30 01:03:57 +00:00
|
|
|
float: left;
|
|
|
|
clear: none;
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|
|
|
|
|
2010-04-02 22:30:09 +00:00
|
|
|
.existingOrNew {
|
2010-04-01 04:52:08 +00:00
|
|
|
font-style: italic;
|
2010-03-31 14:39:12 +00:00
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
|
2010-04-02 22:30:09 +00:00
|
|
|
.new {
|
2010-03-29 15:41:45 +00:00
|
|
|
padding: .6em 0 .6em 1.5em;
|
|
|
|
border: 1px solid #9c9c9c;
|
2010-04-02 23:11:13 +00:00
|
|
|
width: 300px;
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|
|
|
|
|
2010-03-31 14:39:12 +00:00
|
|
|
|
2010-03-30 01:03:57 +00:00
|
|
|
/* #content form p.inline span,*/
|
2010-04-01 03:49:53 +00:00
|
|
|
#content form p.inline input,
|
|
|
|
#content form p.inline label {
|
|
|
|
float: left;
|
|
|
|
clear: left;
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|
|
|
|
|
2010-03-30 01:03:57 +00:00
|
|
|
#content form p.inline.year input {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
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 {
|
2010-04-02 23:11:13 +00:00
|
|
|
color: #f00;
|
2010-03-30 01:03:57 +00:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content form #requiredLegend {
|
|
|
|
font-style: italic;
|
2010-04-01 05:55:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#content form p.validationError {
|
|
|
|
clear: both;
|
|
|
|
margin-bottom: 1.25em;
|
2010-04-02 22:30:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.close {
|
|
|
|
display: none; /* Hide if Javascript disabled. Javascript will show. */
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|