sections.dynaform.example-basicUsage.xhtml Maven / Gradle / Ivy
The newest version!
/* */
/* note: trick with colspan is needed for IE8 */
.pe-dynaform-cell input,
.pe-dynaform-cell textarea,
.pe-dynaform-cell[colspan="1"] input,
.pe-dynaform-cell[colspan="1"] textarea {
width: 150px;
}
/* note: trick with colspan is needed for IE8 */
.pe-dynaform-cell.calendar input,
.pe-dynaform-cell[colspan="1"].calendar input {
width: 120px;
}
.pe-dynaform-cell .ui-selectonemenu {
width: 134px;
}
.label-container {
font-weight: bold;
}
.field-container input {
text-transform: uppercase;
}