Skip to content

Instantly share code, notes, and snippets.

@amdrew
Created June 5, 2014 22:56
Show Gist options
  • Save amdrew/bd3c01dcfcba6383f457 to your computer and use it in GitHub Desktop.
Save amdrew/bd3c01dcfcba6383f457 to your computer and use it in GitHub Desktop.
#edd-gateway-option-paypal:before {
content: url('../../../plugins/easy-digital-downloads/assets/images/icons/paypal.png');
position: relative;
left: -10px;
top: 10px;
}
#edd-gateway-option-manual:before {
content: url('../../../plugins/easy-digital-downloads/assets/images/icons/visa.png');
position: relative;
left: -10px;
top: 10px;
}
#edd_checkout_form_wrap label {
margin: 0 20px 0 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment