This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/2017/web/modules/contrib/webform/css/webform.element.composite.css

22 lines
537 B
CSS

/**
* @file
* Element composite (builder) styles.
*/
.form-type-webform-element-composite table tr .form-item {
margin-bottom: 5px;
}
.form-type-webform-element-composite table .form-text,
.form-type-webform-element-composite table .form-textarea,
.form-type-webform-element-composite table .form-select {
width: 100%;
}
.form-type-webform-element-composite table .form-type-checkbox.form-no-label {
text-align: center;
}
.form-type-webform-element-composite .description /* Hide options description */ {
display: none;
}