Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1.3
-
Fix Version/s: 3.1.NYSS
-
Component/s: CiviContribute
-
Labels:None
Description
Modify button text on first and 2nd pages of online contribution forms per suggestions from HiDef folks at:
http://www.hidefweb.com/blog/ideas-improving-civicrm-usability-ux
Continue => Confirm Contribution
<< Go Back => Go Back
Buttons on both forms can now be individually themed via css by specifying a classed span, or themed by button type/
EXAMPLE:
/* Special styling for specific form buttons */
#crm-container span.crm-button_qf_Main_upload input {
font-size: 1.2em;
}
Attachments
Issue Links
- is supplemented by
-
CRM-5990 Allow form buttons to be themed by injected spans with specific class names around each button
- Done/Fixed