You are here

webform_civicrm_forms.css in Webform CiviCRM Integration 7.4

Same filename and directory in other branches
  1. 8.5 css/webform_civicrm_forms.css
  2. 7.5 css/webform_civicrm_forms.css
.civicrm-file-icon img {
  max-width: 60px;
  max-height: 60px;
  border: 1px solid #aaa;
}

#wf-crm-billing-items caption {
  background-color: #CDE8FE;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #121A2D;
  padding: 4px 8px;
}

#wf-crm-billing-total {
  font-weight: bold;
}

#wf-crm-billing-items td + td {
  text-align: right;
}

File

css/webform_civicrm_forms.css
View source
  1. .civicrm-file-icon img {
  2. max-width: 60px;
  3. max-height: 60px;
  4. border: 1px solid #aaa;
  5. }
  6. #wf-crm-billing-items caption {
  7. background-color: #CDE8FE;
  8. font-size: 1.2em;
  9. font-family: Arial, Helvetica, sans-serif;
  10. font-weight: bold;
  11. color: #121A2D;
  12. padding: 4px 8px;
  13. }
  14. #wf-crm-billing-total {
  15. font-weight: bold;
  16. }
  17. #wf-crm-billing-items td + td {
  18. text-align: right;
  19. }