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.composite.telephone.css
2018-11-23 12:29:20 +00:00

22 lines
385 B
CSS

/**
* @file
* Composite telephone element styles.
*/
.form-type-webform-telephone:after {
content: "";
display: table;
clear: both;
}
.form-type-webform-telephone .form-item,
.form-type-webform-telephone .form-item label {
float: left;
margin: 0 10px 0 0;
vertical-align: middle;
}
.form-type-webform-telephone .form-item label {
line-height: 2em;
height: 2em;
}