You are here

webform_civicrm_style.css in Webform CiviCRM Integration 7

Same filename and directory in other branches
  1. 6 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;
}

.web-civi-container .fieldset-wrapper {
  padding:0;
  margin-top:2em;
}

.scrollme .fieldset-wrapper {
  padding:0 8px;
}

#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. .web-civi-container .fieldset-wrapper {
  13. padding:0;
  14. margin-top:2em;
  15. }
  16. .scrollme .fieldset-wrapper {
  17. padding:0 8px;
  18. }
  19. #webform-civicrm-configure-form .scrollme {
  20. max-height:500px;
  21. overflow:auto;
  22. padding-left: 0.5em;
  23. }
  24. #webform-civicrm-configure-form legend+.description,
  25. #webform-civicrm-configure-form .web-civi-description {
  26. font-size:0.85em;
  27. }