| | |
| | | .uniForm .ctrlHolder{ padding: 3px; border-bottom: 1px dotted #dfdfdf; } |
| | | |
| | | .uniForm .buttonHolder{ |
| | | text-align: right; |
| | | text-align: left; |
| | | background: #CEDEEF url("../../images/buttonHolder_bg.gif") no-repeat right; |
| | | margin: 1em 0; |
| | | padding: 8px; |
| | | margin: 3em 0 1em; |
| | | padding: 8px; |
| | | } |
| | | .uniForm .resetButton{ float: left; } |
| | | .uniForm .primaryAction{ font-weight: bold; } |
| | |
| | | .uniForm .inlineLabels .ctrlHolder{} |
| | | |
| | | .uniForm .inlineLabels label, |
| | | .uniForm .inlineLabels .label{ width: 15%; /* <- Required property */ margin: .3em 2% 0 0; /* <- Required property */ } |
| | | .uniForm .inlineLabels .label{ width: 20%; /* <- Required property */ margin: .3em 2% 0 0; /* <- Required property */ } |
| | | |
| | | .uniForm .inlineLabels .textInput, |
| | | .uniForm .inlineLabels .fileUpload{ width: 35%; /* <- Required property */ } |
| | |
| | | |
| | | .uniForm .inlineLabels textarea{ width: 35%; /* <- Required property */ height: 12em; } |
| | | |
| | | .uniForm .inlineLabels .formHint{ margin-top: 0; margin-left: 17%; font-size: .9em; color: #777; position: static; } |
| | | .uniForm .inlineLabels .formHint{ margin-top: 0; margin-left: 22%; font-size: .9em; color: #777; position: static; } |
| | | |
| | | .uniForm .inlineLabels .multiField{ width: 60%; /* <- Required property */ margin: 0 0 .3em 0; } |
| | | .uniForm .inlineLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; } |
| | |
| | | /* This is the main unit that contains our form elements */ |
| | | |
| | | .uniForm .textInput, .uniForm .selectInput, .uniForm textarea { |
| | | background:#FFFFFF none repeat scroll 0 0; |
| | | background:#FFFFFF none repeat scroll 0 0 |
| | | color: #000000;; |
| | | border: 1px solid #DFDFDF; |
| | | padding: 1px; |
| | | } |