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.telephone.css

23 lines
385 B
CSS
Raw Normal View History

2017-03-16 15:29:07 +00:00
/**
* @file
* Composite telephone element styles.
*/
2018-11-23 12:29:20 +00:00
.form-type-webform-telephone:after {
2017-03-16 15:29:07 +00:00
content: "";
display: table;
clear: both;
}
2018-11-23 12:29:20 +00:00
.form-type-webform-telephone .form-item,
.form-type-webform-telephone .form-item label {
2017-03-16 15:29:07 +00:00
float: left;
margin: 0 10px 0 0;
vertical-align: middle;
}
2018-11-23 12:29:20 +00:00
.form-type-webform-telephone .form-item label {
2017-03-16 15:29:07 +00:00
line-height: 2em;
height: 2em;
}