You are here

webform_phone.css in Webform Phone Number 7.2

Same filename and directory in other branches
  1. 7 webform_phone.css
#form-builder-field-palette ul li.field-phone {
  background-image : url(images/phone.png);
}

/**
 * Have to replicate what the phone module does for 2.x here,
 * otherwise the label inline/above doesn't work properly
 */

/* Phone elements work best when inline. */
.webform-component-phone .form-item,
.webform-component-phone .form-item  label {
  display : inline;
}

File

webform_phone.css
View source
  1. #form-builder-field-palette ul li.field-phone {
  2. background-image : url(images/phone.png);
  3. }
  4. /**
  5. * Have to replicate what the phone module does for 2.x here,
  6. * otherwise the label inline/above doesn't work properly
  7. */
  8. /* Phone elements work best when inline. */
  9. .webform-component-phone .form-item,
  10. .webform-component-phone .form-item label {
  11. display : inline;
  12. }