You are here

simple_widget.css in CiviCRM Entity 7.2

#civicrm-event-form .field-type-civicrm-entity-price-set-field,
#civicrm-event-form .field-type-civicrm-entity-price-set-field table{
    max-width:100%;
}

#civicrm-event-form .field-type-civicrm-entity-price-set-field table input.form-text {
    width:98%;
}

#civicrm-event-form .field-type-civicrm-entity-price-set-field table td:nth-child(4) input.form-text {
    width:80px;
}

File

modules/civicrm_entity_price_set_field/css/simple_widget.css
View source
  1. #civicrm-event-form .field-type-civicrm-entity-price-set-field,
  2. #civicrm-event-form .field-type-civicrm-entity-price-set-field table{
  3. max-width:100%;
  4. }
  5. #civicrm-event-form .field-type-civicrm-entity-price-set-field table input.form-text {
  6. width:98%;
  7. }
  8. #civicrm-event-form .field-type-civicrm-entity-price-set-field table td:nth-child(4) input.form-text {
  9. width:80px;
  10. }