-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Milestone
Description
The templates should use correct markup structure and CSS classes for elements to be displayed correctly with the CiviCRM Core design as well as org.civicrm.shoreditch.
An example for when this fails with Shoreditch, is the form at civicrm/membership/payments:

This involves (incomplete):
- making the page path contain
civicrm/admin/so that admin-related styles are applied (I guess those forms are not meant to be public) - wrapping submit buttons with
<div class="crm-submit-buttons"></div> - adding the
crm-form-submitCSS class to<input type="submit" />elements - moving the
.crm-submit-buttonselement inside the.crm-form-block - replacing the
crm-master-accordion-headerclass withcrm-accordion-header
