vivo/productMods/edit/forms/css/customForm.css

138 lines
2.2 KiB
CSS
Raw Normal View History

/* $This file is distributed under the terms of the license in /doc/license.txt$ */
form.customForm div {
clear: left;
}
form.customForm h6 {
2010-03-30 01:06:45 +00:00
font-size: 110%;
}
form.customForm div.addNewLink {
float: left;
clear: none;
margin-left: 5em;
margin-top: .9em;
width: 200px;
padding: 0.8em;
border: 1px solid #9c9c9c;
display: none; /* Hide if Javascript disabled. Javascript will show. */
}
form.customForm .existing span.requiredHint,
form.customForm .new span.requiredHint {
display: none; /* Hide if Javascript disabled. Javascript will show. */
}
form.customForm .existing {
float: left;
clear: none;
}
.existingOrNew {
2010-04-01 04:52:08 +00:00
font-style: italic;
margin-left: 1em;
}
.new {
padding: .6em 0 .6em 1.5em;
border: 1px solid #9c9c9c;
width: 300px;
}
form.customForm p.inline input,
form.customForm p.inline label {
float: left;
clear: left;
}
form.customForm p.inline.year input {
margin-top: -1.75em;
}
/*
#form.customForm p.inline.year span.hint {
margin-right: 38.5em;
margin-top: -2.4em;
}
*/
input,
select,
form.customForm p {
/*margin-bottom: 1em;*/
margin-top: 0;
padding-top: 0;
margin-bottom: 0;
padding-bottom: 0;
}
option {
padding: 0 2px;
}
form.customForm .hint {
color: #9c9c9c;
font-weight: normal;
}
form.customForm .requiredHint {
color: #c00;
font-weight: normal;
font-size: small;
}
form.customForm #requiredLegend {
font-style: italic;
margin-top: .5em;
}
form.customForm p.validationError {
clear: both;
margin-bottom: 1.8em;
margin-top: 0;
padding-top: 0;
padding-left: 0.4em;
font-size: .8em;
}
form.customForm a.close {
float: right;
margin-right: 1em;
font-size: 90%;
}
form.customForm a.close:link,
form.customForm a.close:visited {
border-color: #FF7700;
color: #FF7700;
}
form.customForm textarea {
width: 30%;
}
/* fix bad alignment in IE 6 and 7
.or, .cancel{
vertical-align:top;
}*/
/* Message displayed for an unsupported browser. Hide on page load; JavaScript
* shows if needed.
*/
#ie67DisableWrapper {
display: none;
}
/**********
dateTime
**********/
fieldset#dateTime {
margin-top: 0.5em;
}
fieldset#dateTime label {
display: inline;
}