| | |
| | | .uniForm .inlineLabels .ctrlHolder{}
|
| | |
|
| | | .uniForm .inlineLabels label,
|
| | | .uniForm .inlineLabels .label{ width: 35%; /* <- Required property */ margin: .3em 2% 0 0; /* <- Required property */ }
|
| | | .uniForm .inlineLabels .label{ width: 15%; /* <- Required property */ margin: .3em 2% 0 0; /* <- Required property */ } |
| | |
|
| | | .uniForm .inlineLabels .textInput,
|
| | | .uniForm .inlineLabels .fileUpload{ width: 35%; /* <- Required property */ }
|
| | |
| | |
|
| | | .uniForm .textInput, .uniForm .selectInput, .uniForm textarea {
|
| | | background:#FFFFFF none repeat scroll 0 0;
|
| | | border: 2px solid #DFDFDF;
|
| | | padding: 2px;
|
| | | border: 1px solid #DFDFDF; |
| | | padding: 1px; |
| | | }
|
| | |
|