2010-03-29 15:41:45 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm div {
|
2010-04-01 05:16:34 +00:00
|
|
|
clear: left;
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|
|
|
|
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm h6 {
|
2010-03-30 01:06:45 +00:00
|
|
|
font-size: 110%;
|
|
|
|
}
|
|
|
|
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm 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-12-08 17:23:52 +00:00
|
|
|
form.customForm .existing span.requiredHint,
|
|
|
|
form.customForm .new span.requiredHint {
|
2010-04-13 18:50:38 +00:00
|
|
|
display: none; /* Hide if Javascript disabled. Javascript will show. */
|
|
|
|
}
|
|
|
|
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm .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-12-08 17:23:52 +00:00
|
|
|
|
|
|
|
form.customForm p.inline input,
|
|
|
|
form.customForm p.inline label {
|
2010-04-01 03:49:53 +00:00
|
|
|
float: left;
|
|
|
|
clear: left;
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|
|
|
|
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm p.inline.year input {
|
2010-03-30 01:03:57 +00:00
|
|
|
margin-top: -1.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
2010-12-08 17:23:52 +00:00
|
|
|
#form.customForm p.inline.year span.hint {
|
2010-03-30 01:03:57 +00:00
|
|
|
margin-right: 38.5em;
|
|
|
|
margin-top: -2.4em;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
2010-03-29 15:41:45 +00:00
|
|
|
input,
|
|
|
|
select,
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm p {
|
2010-12-17 16:41:24 +00:00
|
|
|
/*margin-bottom: 1em;*/
|
|
|
|
margin-top: 0;
|
|
|
|
padding-top: 0;
|
2010-12-20 21:04:45 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
padding-bottom: 0;
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|
|
|
|
|
2010-03-29 17:14:24 +00:00
|
|
|
option {
|
|
|
|
padding: 0 2px;
|
2010-03-30 01:03:57 +00:00
|
|
|
}
|
|
|
|
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm .hint {
|
2010-03-30 01:03:57 +00:00
|
|
|
color: #9c9c9c;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm .requiredHint {
|
2010-12-17 16:41:24 +00:00
|
|
|
color: #c00;
|
2010-03-30 01:03:57 +00:00
|
|
|
font-weight: normal;
|
2010-12-08 20:45:13 +00:00
|
|
|
font-size: small;
|
2010-03-30 01:03:57 +00:00
|
|
|
}
|
|
|
|
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm #requiredLegend {
|
2010-03-30 01:03:57 +00:00
|
|
|
font-style: italic;
|
2010-12-17 16:41:24 +00:00
|
|
|
margin-top: .5em;
|
2010-04-01 05:55:56 +00:00
|
|
|
}
|
|
|
|
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm p.validationError {
|
2010-04-01 05:55:56 +00:00
|
|
|
clear: both;
|
2010-12-20 20:12:58 +00:00
|
|
|
margin-bottom: 1.8em;
|
|
|
|
margin-top: 0;
|
2010-12-17 16:41:24 +00:00
|
|
|
padding-top: 0;
|
2010-12-20 22:03:42 +00:00
|
|
|
padding-left: 0.4em;
|
2010-12-20 20:12:58 +00:00
|
|
|
font-size: .8em;
|
2010-04-02 22:30:09 +00:00
|
|
|
}
|
|
|
|
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm a.close {
|
2010-04-04 04:48:41 +00:00
|
|
|
float: right;
|
|
|
|
margin-right: 1em;
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm a.close:link,
|
|
|
|
form.customForm a.close:visited {
|
2010-04-04 04:48:41 +00:00
|
|
|
border-color: #FF7700;
|
|
|
|
color: #FF7700;
|
2010-04-05 15:27:20 +00:00
|
|
|
}
|
2010-04-04 04:48:41 +00:00
|
|
|
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm textarea {
|
2010-04-05 15:27:20 +00:00
|
|
|
width: 30%;
|
2010-04-04 04:48:41 +00:00
|
|
|
}
|
2010-06-22 17:52:37 +00:00
|
|
|
|
2010-12-08 20:45:13 +00:00
|
|
|
/* fix bad alignment in IE 6 and 7
|
2010-07-22 18:44:32 +00:00
|
|
|
.or, .cancel{
|
|
|
|
vertical-align:top;
|
2010-12-08 20:45:13 +00:00
|
|
|
}*/
|
2010-07-22 18:50:49 +00:00
|
|
|
|
|
|
|
/* Message displayed for an unsupported browser. Hide on page load; JavaScript
|
|
|
|
* shows if needed.
|
|
|
|
*/
|
|
|
|
#ie67DisableWrapper {
|
|
|
|
display: none;
|
|
|
|
}
|
2010-12-21 01:32:25 +00:00
|
|
|
|
|
|
|
/**********
|
|
|
|
dateTime
|
|
|
|
**********/
|
|
|
|
fieldset#dateTime {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset#dateTime label {
|
|
|
|
display: inline;
|
|
|
|
}
|