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,18 @@
|
|||
/**
|
||||
* @file
|
||||
* Admin composite element styles.
|
||||
*/
|
||||
|
||||
.webform-admin-composite-elements table tr .form-item {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.webform-admin-composite-elements table .form-text,
|
||||
.webform-admin-composite-elements table .form-textarea,
|
||||
.webform-admin-composite-elements table .form-select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.webform-admin-composite-elements table .form-type-checkbox.form-no-label {
|
||||
text-align: center;
|
||||
}
|
||||
Reference in a new issue