Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,22 @@
|
|||
/**
|
||||
* @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;
|
||||
}
|
Reference in a new issue