You are here

webform_civicrm_style.css in Webform CiviCRM Integration 6

Same filename and directory in other branches
  1. 7 webform_civicrm_style.css
.web-civi-3-col {
  float:left;
  width:32%;
  padding:0 0.6%;
}

.web-civi-p {
  margin-left: 1em;
}

.web-civi-container {
  padding:0;
}

#webform-civicrm-configure-form .scrollme {
  max-height:500px;
  overflow:auto;
  padding-left: 0.5em;
}

#webform-civicrm-configure-form legend+.description,
#webform-civicrm-configure-form .web-civi-description {
  font-size:0.85em;
}

File

webform_civicrm_style.css
View source
  1. .web-civi-3-col {
  2. float:left;
  3. width:32%;
  4. padding:0 0.6%;
  5. }
  6. .web-civi-p {
  7. margin-left: 1em;
  8. }
  9. .web-civi-container {
  10. padding:0;
  11. }
  12. #webform-civicrm-configure-form .scrollme {
  13. max-height:500px;
  14. overflow:auto;
  15. padding-left: 0.5em;
  16. }
  17. #webform-civicrm-configure-form legend+.description,
  18. #webform-civicrm-configure-form .web-civi-description {
  19. font-size:0.85em;
  20. }