This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/modules/contrib/webform/css/webform.composite.css

25 lines
824 B
CSS
Raw Normal View History

2018-11-23 12:29:20 +00:00
/**
* @file
* Composite element styles.
*/
/**
* Remove extra margin are composite element which already contain form elements with margins
*/
fieldset.webform-composite-hidden-title {
margin-top: 1em;
margin-bottom: 1em;
}
fieldset.webform-composite-hidden-title .fieldset-wrapper > .form-item:first-child,
fieldset.webform-composite-hidden-title .fieldset-wrapper > .form-wrapper > .form-item:first-child,
fieldset.webform-composite-hidden-title .fieldset-wrapper > .webform-flexbox:first-child {
margin-top: 0;
}
fieldset.webform-composite-hidden-title .fieldset-wrapper > .form-item:last-child,
fieldset.webform-composite-hidden-title .fieldset-wrapper > .form-wrapper > .form-item:last-child,
fieldset.webform-composite-hidden-title .fieldset-wrapper > .webform-flexbox:last-child {
margin-bottom: 0;
}