This repository has been archived on 2025-01-19. 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/web/modules/contrib/webform/css/webform.element.range.css
2017-03-16 15:29:07 +00:00

21 lines
425 B
CSS

/**
* @file
* Element range styles.
*
* @see /webform/example_elements#edit-range
* @see http://thenewcode.com/754/input-Antipode-The-HTML5-output-Element
*/
.form-range.form-range-output {
margin-right: 8px;
}
.form-range-output-container {
white-space: nowrap;
}
.form-range-output-container input,
.form-range-output-container .field-prefix,
.form-range-output-container .field-suffix {
margin-left: 2px;
}